summaryrefslogtreecommitdiff
path: root/.config/fusuma
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-06-07 22:30:09 +0400
committerAndrew <saintruler@gmail.com>2020-06-07 22:30:09 +0400
commit84c53b433658e3da7700551bee840ed5635fa837 (patch)
tree0778e8f87ef15283463cd71db7952154c4bdf3a9 /.config/fusuma
parent19671469e2d7c3044be00f8ef5ee305b18a3912c (diff)
added fusuma for touchpad gestures on laptop
Diffstat (limited to '.config/fusuma')
-rw-r--r--.config/fusuma/config.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/fusuma/config.yml b/.config/fusuma/config.yml
new file mode 100644
index 0000000..8eb3ef4
--- /dev/null
+++ b/.config/fusuma/config.yml
@@ -0,0 +1,6 @@
+swipe:
+ 3:
+ left:
+ command: 'xdotool key Super+Right'
+ right:
+ command: 'xdotool key Super+Left'