opt: overview default config

ov_no_resize to 1
ov_tab_mode to 1
enbale_hotarea to 0
This commit is contained in:
DreamMaoMao 2026-05-20 17:23:54 +08:00
parent f328c2721c
commit 6aaf82eac2
3 changed files with 9 additions and 9 deletions

View file

@ -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;