dotfiles/.config/fusuma/config.yml

64 lines
1.3 KiB
YAML
Raw Normal View History

2020-01-20 05:28:13 +01:00
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'
2020-02-28 02:07:47 +01:00
interval: 0.3
2020-01-20 05:28:13 +01:00
down:
command: 'xdotool key alt+ctrl+Down'
2020-02-28 02:07:47 +01:00
interval: 0.3
2020-01-20 05:28:13 +01:00
4:
up:
command: 'xdotool key super+h'
2020-04-06 04:35:55 +02:00
keypress:
LEFTMETA:
command: 'xdotool key --clearmodifiers XF86MonBrightnessUp'
threshold: 0.0485
2020-01-20 05:28:13 +01:00
down:
command: 'xdotool key super+d'
2020-04-06 04:35:55 +02:00
keypress:
LEFTMETA:
command: 'xdotool key --clearmodifiers XF86MonBrightnessDown'
threshold: 0.0485
2020-02-28 02:07:47 +01:00
left:
sendkey: "LEFTALT+RIGHT"
2020-04-06 04:35:55 +02:00
keypress:
LEFTMETA:
command: 'xdotool key --clearmodifiers XF86AudioLowerVolume'
threshold: 0.0485
2020-02-28 02:07:47 +01:00
right:
sendkey: "LEFTALT+LEFT"
2020-04-06 04:35:55 +02:00
keypress:
LEFTMETA:
command: 'xdotool key --clearmodifiers XF86AudioRaiseVolume'
threshold: 0.0485
2020-01-20 05:28:13 +01:00
pinch:
in:
sendkey: "LEFTCTRL+EQUAL" # zoom in
2020-04-06 04:35:55 +02:00
threshold: 0.0485
2020-01-20 05:28:13 +01:00
out:
sendkey: "LEFTCTRL+MINUS" # zoom out
2020-04-06 04:35:55 +02:00
threshold: 0.0485
2020-01-20 05:28:13 +01:00
2020-04-06 04:35:55 +02:00
plugin:
inputs:
libinput_command_input:
2020-04-06 05:00:49 +02:00
# show-keycode: true
2020-04-06 04:35:55 +02:00
verbose: true