home: tmux: enable aggressive resize
All checks were successful
ci/woodpecker/push/check Pipeline was successful

Generally useful, rarely gets in the way, I'd rather have it enabled by
default.
This commit is contained in:
Bruno BELANYI 2025-02-25 13:58:02 +00:00
parent 105bcbd53a
commit edeb67238b

View file

@ -52,6 +52,7 @@ in
mouse = false; # I dislike mouse support
focusEvents = true; # Report focus events
terminal = "tmux-256color"; # I want accurate termcap info
aggressiveResize = true; # Automatic resize when switching client size
plugins = with pkgs.tmuxPlugins; builtins.filter (attr: attr != { }) [
# Open high-lighted files in copy mode