From dbe3ec8b2f178a755251a40dad5f44598c3d4cac Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 17:36:14 -0400 Subject: [PATCH] Safe to use this again then --- bin/omarchy-first-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-first-run b/bin/omarchy-first-run index 46f1b4b..614daa8 100755 --- a/bin/omarchy-first-run +++ b/bin/omarchy-first-run @@ -3,5 +3,5 @@ if [[ ! -f ~/.local/state/omarchy/after-first-run.mode ]]; then mkdir -p ~/.local/state/omarchy touch ~/.local/state/omarchy/after-first-run.mode - uwsm app -- alacritty -e ~/.local/share/omarchy/bin/omarchy-first-run-flow + uwsm app -- alacritty --class=Omarchy --title=Omarchy -e ~/.local/share/omarchy/bin/omarchy-first-run-flow fi