Last active
September 15, 2020 16:42
-
-
Save sk22/6c2cb7a7a2d8edb6d8ae9f95dbb5dee1 to your computer and use it in GitHub Desktop.
libinput-gestures with windows-like gestures
This file contains hidden or 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
# https://github.com/bulletmark/libinput-gestures/blob/master/libinput-gestures.conf | |
gesture swipe up 4 _internal ws_up | |
gesture swipe down 4 _internal ws_down | |
gesture swipe down 3 xdotool key super+d | |
gesture swipe up 3 xdotool key super+s | |
gesture swipe left 3 xdotool key alt+Right | |
gesture swipe right 3 xdotool key alt+Left | |
gesture swipe left 4 xdotool key alt+Tab | |
gesture swipe right 4 xdotool key alt+Tab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment