From 3c67967d884745c9c23839f22fefd9ec8a71dee7 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Tue, 2 Feb 2021 06:48:07 +0100 Subject: [PATCH] Added gestures --- config/libinput-gestures.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config/libinput-gestures.conf diff --git a/config/libinput-gestures.conf b/config/libinput-gestures.conf new file mode 100644 index 0000000..ee264cb --- /dev/null +++ b/config/libinput-gestures.conf @@ -0,0 +1,2 @@ +gesture: swipe right 3 swaymsg -t command workspace next_on_output +gesture: swipe left 3 swaymsg -t command workspace prev_on_output