From fe8acec2f1212862cc9b5ed9468a521013f59de9 Mon Sep 17 00:00:00 2001 From: Jidbo Date: Sat, 16 Apr 2022 13:42:36 +0200 Subject: [PATCH] set focus events --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 78eb08f..b2e9a7a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -51,6 +51,9 @@ set-window-option -g window-status-bell-style fg=color0,bg=red # default statusbar colors set -g status-bg "#1a1d1c" +# set focus events +set-option -g focus-events on + # term color set -g default-terminal "screen-256color" set-option -sa terminal-overrides ",xterm-kitty:RGB"