From 5b57a17faeea25f779c5ba0af02714b5ac55731b Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Sat, 26 Apr 2025 10:51:28 +0100 Subject: [PATCH] fix tmux --- base/.tmux.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/base/.tmux.conf b/base/.tmux.conf index 1ce5502..7069783 100644 --- a/base/.tmux.conf +++ b/base/.tmux.conf @@ -20,7 +20,4 @@ if-shell -b '[ "$(echo "$TMUX_VERSION >= 3.3" | bc)" = 1 ]' { set-option -a terminal-features 'xterm-256color:RGB' set-option -sg escape-time 10 - -if-shell -b '[ "$(echo "$TMUX_VERSION >= 1.9" | bc)" = 1 ]' { - set-option -g focus-events on -} +set-option -g focus-events on