Created
May 5, 2018 21:42
-
-
Save JUNNETWORKS/efd3e97097edc653bdcb9fc1042b2105 to your computer and use it in GitHub Desktop.
Cinnamon touchpad gestures like windows10 for libinput-gestures
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
# show all windows in workspace | |
gesture swipe up 3 xdotool key alt+control+Down | |
# show Desktop | |
gesture swipe down 3 xdotool key super+d | |
# move current workspace for left | |
gesture swipe left 4 xdotool key alt+control+Right | |
# move current workspace for right | |
gesture swipe right 4 xdotool key alt+control+Left | |
# go to next page | |
gesture swipe left 3 xdotool key alt+Right | |
# go back page | |
gesture swipe right 3 xdotool key alt+Left |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment