mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-26 07:00:03 -05:00
feat: add option scroller_default_proportion_single
This commit is contained in:
parent
04e16876e2
commit
a2d216300e
4 changed files with 8 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ unsigned int gappov = 10; /* vert outer gap between windows and screen edge */
|
|||
|
||||
int scroller_structs = 20;
|
||||
float scroller_default_proportion = 0.9;
|
||||
float scroller_default_proportion_single = 1.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