mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-24 21:37:30 -04:00
opt: dwindle_hsplit and dwindle_vsplit default to 1
This commit is contained in:
parent
e17d443a43
commit
d4ea89f356
2 changed files with 4 additions and 4 deletions
|
|
@ -3368,8 +3368,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