From 8c7c2cfaa7c90dd3d43b71c5deb3c31937ca092d Mon Sep 17 00:00:00 2001 From: Erin Date: Mon, 3 Oct 2022 16:16:41 -0400 Subject: [PATCH] Add fusuma config --- fusuma/.config/fusuma/config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fusuma/.config/fusuma/config.yml 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"