Skip to content

Instantly share code, notes, and snippets.

@cstamas
Created January 12, 2020 09:34
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 cstamas/5acec6028d35058a2ad88afe245fd725 to your computer and use it in GitHub Desktop.
Save cstamas/5acec6028d35058a2ad88afe245fd725 to your computer and use it in GitHub Desktop.
# filename /etc/libinput-gestures.conf
# Configuration file for libinput-gestures.
gesture swipe right 3 _internal -w ws_down
gesture swipe left 3 _internal -w ws_up
gesture swipe up 3 xdotool key ctrl+alt+Up
gesture swipe down 3 xdotool key ctrl+alt+Down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment