diff options
Diffstat (limited to 'scripts/terminal-floating')
| -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" |
