set focus events

This commit is contained in:
Jidbo 2022-04-16 13:42:36 +02:00 committed by saibotk
parent 7cca269038
commit fe8acec2f1
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -51,6 +51,9 @@ set-window-option -g window-status-bell-style fg=color0,bg=red
# default statusbar colors # default statusbar colors
set -g status-bg "#1a1d1c" set -g status-bg "#1a1d1c"
# set focus events
set-option -g focus-events on
# term color # term color
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
set-option -sa terminal-overrides ",xterm-kitty:RGB" set-option -sa terminal-overrides ",xterm-kitty:RGB"