From 6df86c834fa304c9732e43b6dd315b34fa892177 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Mon, 16 Feb 2026 13:20:07 +0100 Subject: [PATCH] Update --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 5b6e429..527f4aa 100644 --- a/tmux.conf +++ b/tmux.conf @@ -60,7 +60,8 @@ bind -T copy-mode-vi y send-keys -X copy-selection-no-clear\; display-message 'C bind s command-prompt -p "send pane to:" "join-pane -t '%%'" bind -n M-x copy-mode bind-key t command-prompt -p "SSH host:" \ - "run-shell 'systemd-run --user --scope foot -e ssh %%'" + "run-shell -b 'sh -c \"systemd-run --user --quiet --scope foot -e ssh %% || true\"'" + unbind -n MouseDown3Pane unbind -T copy-mode-vi MouseDragEnd1Pane