aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--sway/.config/sway/config2
-rwxr-xr-xtmux/.local/bin/tmux-sshr2
2 files changed, 2 insertions, 2 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index b3163e7..b0db6e3 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -88,7 +88,7 @@ bindsym $mod+Escape exec powermenu | $menu -l 6 | powermenu
bindsym Pause exec swaymsg "output * power toggle"
bindsym $mod+return exec $TERMINAL
-bindsym $mod+Shift+return exec sshr --resolve | $menu | $swayssh
+bindsym $mod+Shift+return exec sshr --resolve --port 22 | $menu | $swayssh
bindsym $mod+w exec $BROWSER
bindsym Print exec slurp | grim -g - - | wl-copy --type image/png
diff --git a/tmux/.local/bin/tmux-sshr b/tmux/.local/bin/tmux-sshr
index 7ab1d79..992f9c3 100755
--- a/tmux/.local/bin/tmux-sshr
+++ b/tmux/.local/bin/tmux-sshr
@@ -18,7 +18,7 @@ sessions() {
if [ "$#" -eq 0 ]; then
set -- "$(
- sessions | sshr --resolve --exclude "$ATTACHED" --include - |
+ sessions | sshr --resolve --port 22 --exclude "$ATTACHED" --include - |
fzf-tmux -p20%,20% -- --print-query |
tail -1
)"