From 04ec2ba84d3ab238db45350311901d18a0ee8715 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Jul 2025 18:13:37 -0400 Subject: [PATCH] Reuse the Omarchy title so we get the same float --- 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 8973977..eae28b7 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=OmarchyFirstRun --title=OmarchyFirstRun -e omarchy-first-run-flow + uwsm app -- alacritty --class=Omarchy --title=Omarchy -e omarchy-first-run-flow mkdir -p ~/.local/state/omarchy touch ~/.local/state/omarchy/after-first-run.mode fi