Add fusuma config
This commit is contained in:
parent
41284777d7
commit
8c7c2cfaa7
1 changed files with 10 additions and 0 deletions
10
fusuma/.config/fusuma/config.yml
Normal file
10
fusuma/.config/fusuma/config.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
swipe:
|
||||
3:
|
||||
left:
|
||||
command: "xdotool key super+ctrl+Right"
|
||||
right:
|
||||
command: "xdotool key super+ctrl+Left"
|
||||
up:
|
||||
command: "xdotool key super+Tab"
|
||||
down:
|
||||
command: "xdotool key super+Tab"
|
||||
Loading…
Add table
Add a link
Reference in a new issue