mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-12 13:30:01 -05:00
feat: add option to disable trackpad
This commit is contained in:
parent
b003361240
commit
3ef255ccde
4 changed files with 12 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ int repeat_rate = 25;
|
|||
int repeat_delay = 600;
|
||||
|
||||
/* Trackpad */
|
||||
int disable_trackpad = 0;
|
||||
int tap_to_click = 1;
|
||||
int tap_and_drag = 1;
|
||||
int drag_lock = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue