Safe to use this again then

This commit is contained in:
David Heinemeier Hansson
2025-07-22 17:36:14 -04:00
parent 5be61c17a1
commit dbe3ec8b2f

View File

@ -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