diff options
| -rwxr-xr-x | .config/libinput-gestures.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
