feat: add option scroller_default_proportion_single

This commit is contained in:
DreamMaoMao 2025-04-06 22:05:46 +08:00
parent 04e16876e2
commit a2d216300e
4 changed files with 8 additions and 1 deletions

View file

@ -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;