From 671b6afd9b9a0a12e17b65e4eaaed8c02bd20651 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sun, 30 Jul 2023 16:46:05 -0400 Subject: [PATCH] tmux: set dwm.tmux mfact to 50% --- src/.config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"'