mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-05 01:40:57 -05:00
opt: change preset config prefer
This commit is contained in:
parent
334bc076a0
commit
0652f99e6e
2 changed files with 3 additions and 4 deletions
|
|
@ -62,7 +62,7 @@ float scratchpad_height_ratio = 0.9;
|
|||
int32_t scroller_structs = 20;
|
||||
float scroller_default_proportion = 0.9;
|
||||
float scroller_default_proportion_single = 1.0;
|
||||
int32_t scroller_ignore_proportion_single = 0;
|
||||
int32_t scroller_ignore_proportion_single = 1;
|
||||
int32_t scroller_focus_center = 0;
|
||||
int32_t scroller_prefer_center = 0;
|
||||
int32_t focus_cross_monitor = 0;
|
||||
|
|
@ -235,4 +235,3 @@ double shadows_blur = 15;
|
|||
int32_t shadows_position_x = 0;
|
||||
int32_t shadows_position_y = 0;
|
||||
float shadowscolor[] = COLOR(0x000000ff);
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue