Created
August 2, 2022 16:56
-
-
Save txtyash/d1bc55957b43e5c1fdbc89196452113c to your computer and use it in GitHub Desktop.
Fusuma configuration using xdotool for xmonad switch workspaces
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
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