diff options
| author | ryukamish <[email protected]> | 2026-04-22 12:11:35 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-22 12:11:35 +0530 |
| commit | b78a99daa2b119d6d6e25406ca1271abba6f7a52 (patch) | |
| tree | 2b914e272d92e91fa6362ddc7460d12c761b38ed /scripts | |
| parent | 42733557cccdead8df6ff48d543baf4c30bf1250 (diff) | |
add: floating terminal for bash scripts
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/terminal-floating | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/terminal-floating b/scripts/terminal-floating new file mode 100755 index 0000000..c931237 --- /dev/null +++ b/scripts/terminal-floating @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +cmd="$*" +exec setsid -- $TERMINAL --app-id TUI.float -e bash -c "$cmd" |
