mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-01 22:58:44 -04:00
feat: gesture
This commit is contained in:
parent
9474c5d7fc
commit
027f05c1a2
4 changed files with 265 additions and 1 deletions
12
config.conf
12
config.conf
|
|
@ -58,6 +58,7 @@ natural_scrolling=0
|
|||
disable_while_typing=1
|
||||
left_handed=0
|
||||
middle_button_emulation=0
|
||||
swipe_min_threshold=20
|
||||
|
||||
# Appearance
|
||||
gappih=5
|
||||
|
|
@ -282,3 +283,14 @@ mousebind=NONE,btn_right,killclient,0
|
|||
# Axis Bindings
|
||||
axisbind=SUPER,UP,viewtoleft_have_client
|
||||
axisbind=SUPER,DOWN,viewtoright_have_client
|
||||
|
||||
# Gesture bind
|
||||
gesturebind=none,left,3,focusdir,left
|
||||
gesturebind=none,right,3,focusdir,right
|
||||
gesturebind=none,up,3,focusdir,up
|
||||
gesturebind=none,down,3,focusdir,down
|
||||
gesturebind=none,left,4,viewtoleft_have_client
|
||||
gesturebind=none,right,4,viewtoright_have_client
|
||||
gesturebind=none,up,4,toggleoverview
|
||||
gesturebind=none,down,4,toggleoverview
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue