mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-05 07:15:49 -04:00
feat: add global option scroller_ignore_proportion_single
This commit is contained in:
parent
d2c58fb1c6
commit
001ce0495d
4 changed files with 21 additions and 2 deletions
|
|
@ -60,6 +60,7 @@ float scratchpad_height_ratio = 0.9;
|
|||
int scroller_structs = 20;
|
||||
float scroller_default_proportion = 0.9;
|
||||
float scroller_default_proportion_single = 1.0;
|
||||
int scroller_ignore_proportion_single = 0;
|
||||
int scroller_focus_center = 0;
|
||||
int scroller_prefer_center = 0;
|
||||
int focus_cross_monitor = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue