home: tmux: enable focus events
All checks were successful
ci/woodpecker/push/check Pipeline was successful

Since `tmux-sensible` was disabled by default, we should enable this
explicitly now.
This commit is contained in:
Bruno BELANYI 2024-12-03 10:43:33 +00:00
parent 6489f348d9
commit 3a5405f03d

View file

@ -48,6 +48,7 @@ in
escapeTime = 0; # Let vim do its thing instead
historyLimit = 100000; # Bigger buffer
mouse = false; # I dislike mouse support
focusEvents = true; # Report focus events
terminal = "tmux-256color"; # I want accurate termcap info
plugins = with pkgs.tmuxPlugins; [