Let it tile so browsers open neatly next to it

This commit is contained in:
David Heinemeier Hansson
2025-07-21 19:05:32 -04:00
parent b150a1f068
commit 47584de6db

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [[ ! -f ~/.local/state/omarchy/after-first-run.mode ]]; then
uwsm app -- alacritty --class=Omarchy --title=Omarchy -e ~/.local/share/omarchy/bin/omarchy-first-run-flow
uwsm app -- alacritty -e ~/.local/share/omarchy/bin/omarchy-first-run-flow
mkdir -p ~/.local/state/omarchy
touch ~/.local/state/omarchy/after-first-run.mode
fi