From 4324a3f44956b12f397c2c1a86d2a2f309fff078 Mon Sep 17 00:00:00 2001 From: Andrejus Date: Tue, 24 Mar 2026 18:08:57 +0000 Subject: [PATCH] fix(tmux): remove stale mouse focus hook Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- home/.tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/home/.tmux.conf b/home/.tmux.conf index 3a889ec..66d2577 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -25,7 +25,6 @@ set -g allow-passthrough on # Mouse set -g mouse on set -g set-clipboard on -set-hook -g client-focus-in 'set -g mouse off ; set -g mouse on' bind -T root MouseDown1StatusRight lock-session # Copy mode — OSC52 via set-clipboard handles system clipboard automatically