mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-14 06:59:50 -05:00
feat: gesture
This commit is contained in:
parent
9474c5d7fc
commit
027f05c1a2
4 changed files with 265 additions and 1 deletions
|
|
@ -49,6 +49,9 @@ int scroller_focus_center = 0;
|
|||
int scroller_prefer_center = 0;
|
||||
int focus_cross_monitor = 0;
|
||||
|
||||
unsigned int swipe_min_threshold = 20;
|
||||
|
||||
|
||||
int bypass_surface_visibility =
|
||||
0; /* 1 means idle inhibitors will disable idle tracking even if it's
|
||||
surface isn't visible */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue