Skip to content

Instantly share code, notes, and snippets.

@djmango
Last active August 5, 2020 23:04
Show Gist options
  • Save djmango/a64500e3ab0a634cfa8d05bbda5887a9 to your computer and use it in GitHub Desktop.
Save djmango/a64500e3ab0a634cfa8d05bbda5887a9 to your computer and use it in GitHub Desktop.
my fusuma config
swipe:
3:
left:
command: 'xdotool key super+ctrl+Right' # workspace right
interval: 0.3
right:
command: 'xdotool key super+ctrl+Left' # workspace left
interval: 0.3
up:
command: 'xdotool key Control_L+F10' # Workspace overview
down:
command: 'xdotool key super+alt+Down' # Workspace overview
pinch:
2:
in:
command: 'xdotool keydown ctrl click 4 keyup ctrl' # Zoom in
threshold: 0.5
interval: 0.3
out:
command: 'xdotool keydown ctrl click 5 keyup ctrl' # Zoom out
threshold: 0.5
interval: 0.3
rotate:
3:
clockwise:
command: 'xdotool key XF86AudioRaiseVolume' # Volume up
counterclockwise:
command: 'xdotool key XF86AudioLowerVolume' # Volume down
4:
clockwise:
command: 'xdotool key XF86MonBrightnessUp' # Brightness up
interval: 2
counterclockwise:
command: 'xdotool key XF86MonBrightnessDown' # Brightness down
interval: 2
plugin:
inputs:
libinput_command_input: # options for lib/plugin/inputs/libinput_command_input
enable-tap: true # click to tap
enable-dwt: true # disable tap while typing
show-keycodes: true # https://github.com/iberianpig/fusuma-plugin-keypress#add-show-keycode-option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment