feat: add global option prefer_scroller_overspread

This commit is contained in:
DreamMaoMao 2026-02-18 23:07:23 +08:00
parent 259fdb3a87
commit 6924ca8512
4 changed files with 118 additions and 17 deletions

View file

@ -66,6 +66,7 @@ float scroller_default_proportion_single = 1.0;
int32_t scroller_ignore_proportion_single = 1;
int32_t scroller_focus_center = 0;
int32_t scroller_prefer_center = 0;
int32_t scroller_prefer_overspread = 1;
int32_t focus_cross_monitor = 0;
int32_t focus_cross_tag = 0;
int32_t exchange_cross_monitor = 0;