dotfiles/config/fusuma/config.yml

56 lines
1.1 KiB
YAML
Raw Normal View History

2020-01-20 05:28:13 +01:00
#pinch:
# 2:
# in:
# command: 'xdotool key ctrl+plus'
# threshold: 0.15
# out:
# command: 'xdotool key ctrl+minus'
# threshold: 0.15
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
#command: xdotool keydown alt && sleep .1 && xdotool key Tab && sleep 5 && xdotool keyup alt
right:
command: 'xdotool key alt+ctrl+Left'
threshold: 0.2
interval: 0.5
#command: 'xdotool keydown alt keydown Shift key Tab keyup Shift keyup alt'
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'
down:
command: 'xdotool key super+d'
2020-02-28 02:07:47 +01:00
left:
command: 'xdotool key alt+Right'
right:
command: 'xdotool key alt+Left'
2020-01-20 05:28:13 +01:00
pinch:
in:
command: 'xdotool key ctrl+equal'
threshold: 0.15
interval: 0.2
2020-01-20 05:28:13 +01:00
out:
command: 'xdotool key ctrl+minus'
threshold: 0.15
interval: 0.2
2020-01-20 05:28:13 +01:00