diff --git a/home/tmux.nix b/home/tmux.nix index ea6d3f5..b3db56a 100644 --- a/home/tmux.nix +++ b/home/tmux.nix @@ -103,6 +103,7 @@ set -g display-panes-colour blue set -g display-panes-time 1000 set -g display-time 750 + set -g focus-events on set -g lock-after-time 120 set -g lock-command 'tty | grep -q "^/dev/tty" && vlock' set -g renumber-windows off @@ -115,7 +116,8 @@ set -g status-position top set -g visual-activity off set -g visual-bell off - set -sa terminal-overrides ",xterm*:Tc" + set -sa terminal-features ',tmux-256color:RGB' + set -sa terminal-overrides ",tmux-256color:RGB" set -sg escape-time 0 ''; };