diff --git a/fusuma/.config/fusuma/config.yml b/fusuma/.config/fusuma/config.yml new file mode 100644 index 0000000..d2594a7 --- /dev/null +++ b/fusuma/.config/fusuma/config.yml @@ -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"