From 47584de6dbdd25b2de2915c74f43fac3217757cc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Jul 2025 19:05:32 -0400 Subject: [PATCH] Let it tile so browsers open neatly next to it --- 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 3e82527..4faa120 100755 --- a/bin/omarchy-first-run +++ b/bin/omarchy-first-run @@ -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