mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -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
|
|
@ -98,7 +98,7 @@ trackpad_natural_scrolling=0
|
|||
disable_while_typing=1
|
||||
left_handed=0
|
||||
middle_button_emulation=0
|
||||
swipe_min_threshold=20
|
||||
swipe_min_threshold=1
|
||||
|
||||
# mouse
|
||||
# need relogin to make it apply
|
||||
|
|
|
|||
|
|
@ -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