dotfiles/.config/fusuma/config.yml

66 lines
1.5 KiB
YAML

threshold:
swipe: 1
pinch: 1
interval:
swipe: 1
pinch: 1
swipe:
3:
left:
command: 'xdotool key alt+ctrl+Right'
threshold: 0.2
interval: 0.5
right:
command: 'xdotool key alt+ctrl+Left'
threshold: 0.2
interval: 0.5
up:
command: 'xdotool key alt+ctrl+Up'
interval: 0.3
down:
command: 'xdotool key alt+ctrl+Down'
interval: 0.3
4:
up:
command: 'xdotool key super+h'
keypress:
LEFTMETA:
command: 'xdotool key --clearmodifiers XF86MonBrightnessUp'
threshold: 0.0485
down:
command: 'xdotool key super+d'
keypress:
LEFTMETA:
command: 'xdotool key --clearmodifiers XF86MonBrightnessDown'
threshold: 0.0485
left:
command: 'xdotool key alt+Right'
keypress:
LEFTMETA:
command: 'xdotool key --clearmodifiers XF86AudioLowerVolume'
threshold: 0.0485
right:
command: 'xdotool key alt+Left'
keypress:
LEFTMETA:
command: 'xdotool key --clearmodifiers XF86AudioRaiseVolume'
threshold: 0.0485
pinch:
in:
command: 'xdotool key ctrl+equal'
# command: 'xdotool keydown ctrl click 4 keyup ctrl' # Zoom in
threshold: 0.0485
out:
command: 'xdotool key ctrl+minus'
# command: 'xdotool keydown ctrl click 5 keyup ctrl' # Zoom out
threshold: 0.0485
plugin:
inputs:
libinput_command_input:
# show-keycode: true
verbose: true