mirror of
https://git.adityakumar.xyz/config.git
synced 2024-11-09 12:09:44 +00:00
add fusuma
This commit is contained in:
parent
7e1c3d3dfe
commit
c4ae1b39a5
1 changed files with 39 additions and 0 deletions
39
fusuma/config.yml
Normal file
39
fusuma/config.yml
Normal file
|
@ -0,0 +1,39 @@
|
|||
swipe:
|
||||
3:
|
||||
left:
|
||||
command: 'xdotool key ctrl+super+Right'
|
||||
right:
|
||||
command: 'xdotool key ctrl+super+Left'
|
||||
up:
|
||||
command: 'xdotool key ctrl+super+down'
|
||||
down:
|
||||
command: 'xdotool key ctrl+super+up'
|
||||
4:
|
||||
left:
|
||||
command: 'xdotool key super+Right'
|
||||
right:
|
||||
command: 'xdotool key super+Left'
|
||||
up:
|
||||
command: 'xdotool key super+a'
|
||||
down:
|
||||
command: 'xdotool key super+s'
|
||||
|
||||
pinch:
|
||||
2:
|
||||
in:
|
||||
command: 'xdotool key ctrl+equal'
|
||||
out:
|
||||
command: 'xdotool key ctrl+minus'
|
||||
4:
|
||||
in:
|
||||
command: 'xdotool key super+a'
|
||||
out:
|
||||
command: 'xdotool key super+s'
|
||||
|
||||
threshold:
|
||||
swipe: 0.3
|
||||
pinch: 0.1
|
||||
|
||||
interval:
|
||||
swipe: 1
|
||||
pinch: 1
|
Loading…
Reference in a new issue