Created
January 12, 2020 09:34
-
-
Save cstamas/5acec6028d35058a2ad88afe245fd725 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# filename /etc/libinput-gestures.conf | |
# Configuration file for libinput-gestures. | |
gesture swipe right 3 _internal -w ws_down | |
gesture swipe left 3 _internal -w ws_up | |
gesture swipe up 3 xdotool key ctrl+alt+Up | |
gesture swipe down 3 xdotool key ctrl+alt+Down |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment