mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-01 22:58:44 -04:00
opt: swipe_min_threshold default to 1
This commit is contained in:
parent
189a1490d3
commit
0d2a7a46bd
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ int drag_tile_to_tile = 0;
|
|||
unsigned int cursor_size = 24;
|
||||
unsigned int cursor_hide_timeout = 0;
|
||||
|
||||
unsigned int swipe_min_threshold = 20;
|
||||
unsigned int swipe_min_threshold = 1;
|
||||
|
||||
int inhibit_regardless_of_visibility =
|
||||
0; /* 1 means idle inhibitors will disable idle tracking even if it's
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue