Skip to content

Instantly share code, notes, and snippets.

@sk22
Last active September 15, 2020 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sk22/6c2cb7a7a2d8edb6d8ae9f95dbb5dee1 to your computer and use it in GitHub Desktop.
Save sk22/6c2cb7a7a2d8edb6d8ae9f95dbb5dee1 to your computer and use it in GitHub Desktop.
libinput-gestures with windows-like gestures
# 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