diff --git a/src/.config/tmux/tmux.conf b/src/.config/tmux/tmux.conf index 6d8cec1..a533a44 100644 --- a/src/.config/tmux/tmux.conf +++ b/src/.config/tmux/tmux.conf @@ -16,7 +16,7 @@ set escape-time 20 # dwm-like binds for tmux setenv -g tmuxdwm_version 0.1.0 setenv -g killlast 0 # Toggle killing last pane -setenv -g mfact 45 # Main pane area factor +setenv -g mfact 50 # Main pane area factor set -g command-alias[100] newpane='run-shell "dwm.tmux newpane"' set -g command-alias[101] newpanecurdir='run-shell "dwm.tmux newpanecurdir"'