diff --git a/home/tmux/default.nix b/home/tmux/default.nix index 8873ecb..6b90522 100644 --- a/home/tmux/default.nix +++ b/home/tmux/default.nix @@ -28,6 +28,9 @@ # Cursor shape set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' + # Pass-on focus events to appliations + set -g focus-events on + # Ensure colors are set properly set-option -sa terminal-overrides ',rxvt-unicode-256color:RGB' # urxvt set-option -sa terminal-overrides ',xterm-256color:RGB' # terminator