mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-01 21:37:35 -04:00
opt: dwindle_hsplit and dwindle_vsplit default to 1
This commit is contained in:
parent
3c523cbe81
commit
851aa869b4
2 changed files with 4 additions and 4 deletions
|
|
@ -3256,8 +3256,8 @@ void set_value_default() {
|
|||
config.center_master_overspread = 0;
|
||||
config.center_when_single_stack = 1;
|
||||
|
||||
config.dwindle_vsplit = 0;
|
||||
config.dwindle_hsplit = 0;
|
||||
config.dwindle_vsplit = 1;
|
||||
config.dwindle_hsplit = 1;
|
||||
config.dwindle_preserve_split = 0;
|
||||
config.dwindle_smart_split = 0;
|
||||
config.dwindle_smart_resize = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue