Reduce first run to just showing the manual for now

This commit is contained in:
David Heinemeier Hansson
2025-07-22 17:49:08 -04:00
parent 071be3abcb
commit 4421f20e82
2 changed files with 1 additions and 43 deletions

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 --class=Omarchy --title=Omarchy -e ~/.local/share/omarchy/bin/omarchy-first-run-flow
uwsm app -- gtk-launch "Omarchy Manual" &
fi