From 5f82c468e9bad968124a964723245e81779a25fc Mon Sep 17 00:00:00 2001 From: Mansurov Maksatbek Date: Wed, 13 May 2026 12:23:45 +0600 Subject: [PATCH] Add floating terminal launcher without omarchy presentation wrapper Fix name --- bin/omarchy-launch-floating-terminal | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bin/omarchy-launch-floating-terminal diff --git a/bin/omarchy-launch-floating-terminal b/bin/omarchy-launch-floating-terminal new file mode 100755 index 0000000000..d3deeb8f3b --- /dev/null +++ b/bin/omarchy-launch-floating-terminal @@ -0,0 +1,7 @@ +#!/bin/bash + +# omarchy:summary=Launch a floating terminal +# omarchy:args= + +cmd="$*" +exec setsid uwsm-app -- xdg-terminal-exec --app-id=org.omarchy.terminal --title=Omarchy -e bash -c "$cmd"