From e6a4c7577ba3e0cd04c11208d78f82e499177eeb Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 10 Dec 2021 08:43:50 +0200 Subject: Changed gesture swipe down to toggling desktop --- .config/libinput-gestures.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/libinput-gestures.conf b/.config/libinput-gestures.conf index a0d34e7..6c1e9de 100755 --- a/.config/libinput-gestures.conf +++ b/.config/libinput-gestures.conf @@ -67,7 +67,8 @@ gesture swipe up _internal ws_up # gesture swipe up xdotool key super+Page_Down # Move to prev workspace (works for GNOME/KDE/etc on Wayland and Xorg) -gesture swipe down _internal ws_down +gesture swipe down /home/kamen/toggle-desktop.sh +# gesture swipe down _internal ws_down # gesture swipe down xdotool key super+Page_Up # Browser go forward (works only for Xorg, and Xwayland clients) -- cgit v1.2.3