mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-24 21:37:30 -04:00
opt: overview default config
ov_no_resize to 1 ov_tab_mode to 1 enbale_hotarea to 0
This commit is contained in:
parent
f328c2721c
commit
6aaf82eac2
3 changed files with 9 additions and 9 deletions
|
|
@ -3389,11 +3389,11 @@ void set_value_default() {
|
|||
config.numlockon = 0;
|
||||
config.capslock = 0;
|
||||
|
||||
config.ov_tab_mode = 0;
|
||||
config.ov_no_resize = 0;
|
||||
config.ov_tab_mode = 1;
|
||||
config.ov_no_resize = 1;
|
||||
config.hotarea_size = 10;
|
||||
config.hotarea_corner = BOTTOM_LEFT;
|
||||
config.enable_hotarea = 1;
|
||||
config.enable_hotarea = 0;
|
||||
config.smartgaps = 0;
|
||||
config.sloppyfocus = 1;
|
||||
config.gappih = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue