Add fusuma config
This commit is contained in:
parent
41284777d7
commit
8c7c2cfaa7
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…
Reference in a new issue