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"