mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-22 05:34:18 -04:00
feat: add global option prefer_scroller_overspread
This commit is contained in:
parent
259fdb3a87
commit
6924ca8512
4 changed files with 118 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue