From 3bfc81520cf7560ca9e9f1ec92c29b6059227f77 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Mon, 18 May 2026 22:08:11 +0200 Subject: [PATCH] update --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index e0c38cd..256f797 100644 --- a/tmux.conf +++ b/tmux.conf @@ -60,7 +60,7 @@ 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 -b 'systemd-run --user --quiet --scope foot -e ssh -t %% \"LANG=en_US.UTF-8 tmux -u new-session\" || true'" + "run-shell -b 'systemd-run --user --quiet --scope alacritty -e ssh -t %% \"LANG=en_US.UTF-8 tmux -u new-session\" || true'" unbind -n MouseDown3Pane unbind -T copy-mode-vi MouseDragEnd1Pane