mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-26 07:58:16 -04:00
feat: add global option scroller_ignore_proportion_single
This commit is contained in:
parent
08097b0991
commit
18ad32384b
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