diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-12-10 08:43:50 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-12-10 08:43:50 +0200 |
| commit | e6a4c7577ba3e0cd04c11208d78f82e499177eeb (patch) | |
| tree | a121029e1e3f29a9c67a9cb74fd1f040b51c4c5a /.config | |
| parent | c1bd9a70d8f9db8cbbac29972459802ef4658b94 (diff) | |
| download | dotfiles-e6a4c7577ba3e0cd04c11208d78f82e499177eeb.tar dotfiles-e6a4c7577ba3e0cd04c11208d78f82e499177eeb.tar.gz dotfiles-e6a4c7577ba3e0cd04c11208d78f82e499177eeb.zip | |
Changed gesture swipe down to toggling desktop
Diffstat (limited to '.config')
| -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) |
