Skip to content

Instantly share code, notes, and snippets.

@txtyash
Created August 2, 2022 16:56
Show Gist options
  • Save txtyash/d1bc55957b43e5c1fdbc89196452113c to your computer and use it in GitHub Desktop.
Save txtyash/d1bc55957b43e5c1fdbc89196452113c to your computer and use it in GitHub Desktop.
Fusuma configuration using xdotool for xmonad switch workspaces
swipe:
3:
left:
command: 'xdotool key super+Right'
right:
command: 'xdotool key super+Left'
up:
command: 'xdotool key super+Up'
down:
command: 'xdotool key super+Down'
# pinch:
# in:
# command: 'xdotool key ctrl+shift+plus'
# out:
# command: 'xdotool key ctrl+minus'
threshold:
swipe: 1
pinch: 0.2
interval:
swipe: 1
pinch: 0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment