From c92362937a9b1769addeecd0348f9e7ae5596ea2 Mon Sep 17 00:00:00 2001 From: Miguel P Date: Sun, 9 Nov 2025 01:01:37 -0600 Subject: [PATCH] Use xdg-terminal-exec in TUI installer for terminal compatibility (#3237) Replace hardcoded --class flag with xdg-terminal-exec --app-id to properly support kitty and other terminals. This aligns with the rest of the codebase and ensures floating window rules work correctly across different terminals. --- bin/omarchy-tui-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-tui-install b/bin/omarchy-tui-install index 94143f03..657b70a6 100755 --- a/bin/omarchy-tui-install +++ b/bin/omarchy-tui-install @@ -43,7 +43,7 @@ cat >"$DESKTOP_FILE" <