diff options
| -rw-r--r-- | .config/libinput-gestures.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/libinput-gestures.conf b/.config/libinput-gestures.conf new file mode 100644 index 0000000..df0282a --- /dev/null +++ b/.config/libinput-gestures.conf @@ -0,0 +1,5 @@ +# Switch to related workspace +gesture swipe left 3 xdotool key super+Left +gesture swipe right 3 xdotool key super+Right + +gesture swipe left 2 xdotool key BackSpace |
