aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sway/.local/bin/sway_ssh
diff options
context:
space:
mode:
Diffstat (limited to 'sway/.local/bin/sway_ssh')
-rwxr-xr-xsway/.local/bin/sway_ssh4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/.local/bin/sway_ssh b/sway/.local/bin/sway_ssh
new file mode 100755
index 0000000..462dd95
--- /dev/null
+++ b/sway/.local/bin/sway_ssh
@@ -0,0 +1,4 @@
+#!/bin/sh
+# shellcheck disable=SC2068
+
+swaymsg exec -- "$TERMINAL" -e ssh $@ -t -- zsh -l -c '\"tmux new -A\"'