Created
June 4, 2020 22:50
-
-
Save thomasplevy/221f14a4a979eb43c00a590b55c92a21 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
# Show Activities | |
gesture swipe up 4 xdotool key super | |
# Show Applications | |
gesture swipe down 4 xdotool key super+a | |
# Navigation: Forward & Back | |
gesture swipe left 3 xdotool key alt+Right | |
gesture swipe right 3 xdotool key alt+Left | |
# Workstation navigation. | |
gesture swipe up 3 xdotool key super+Up | |
gesture swipe down 3 xdotool key super+Down |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maps libinput-gestures to be somewhat mac-like
I use ubuntu keyboard shortcut settings to map these particular keyboard events to get run when performing the respective gesture on a touchpad