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