Last active
September 5, 2019 12:36
-
-
Save jotafeldmann/54251ed605f22f32b3ed9e827e1bfc4b to your computer and use it in GitHub Desktop.
Gestures configuration for Linux Gestures lib: https://www.diolinux.com.br/2018/10/como-configurar-gestos-touchpad-ubuntu-com-gestures.html
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
# Generated by Gestures 0.2.2 --> https://gitlab.com/cunidev/gestures | |
# Manual editing might result in data loss! | |
# Invalid lines | |
# Unsupported lines | |
# Swipe threshold (0-100) | |
swipe_threshold 0 | |
# Gestures | |
gesture swipe up 4 xdotool key ctrl+alt+Down | |
gesture swipe down 4 xdotool key ctrl+alt+Up | |
gesture swipe left 4 xdotool key ctrl+alt+Right | |
gesture swipe right 4 xdotool key ctrl+alt+Left | |
gesture swipe up 3 xdotool key Super+s | |
gesture swipe down 3 xdotool key Super+s | |
gesture pinch out 2 xdotool key ctrl+equal | |
gesture pinch in 2 xdotool key ctrl+minus | |
gesture swipe left 3 xdotool key ctrl+alt+Right | |
gesture swipe right 3 xdotool key ctrl+alt+Left |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment