added fusuma config for wayland (sway)
This commit is contained in:
parent
ce42cc26b1
commit
bc922edb2e
45
.config/fusuma/config-wl.yml
Normal file
45
.config/fusuma/config-wl.yml
Normal file
@ -0,0 +1,45 @@
|
||||
threshold:
|
||||
swipe: 1
|
||||
pinch: 1
|
||||
|
||||
interval:
|
||||
swipe: 1
|
||||
pinch: 1
|
||||
|
||||
swipe:
|
||||
3:
|
||||
left:
|
||||
sendkey: "LEFTMETA+LEFTSHIFT+DOT"
|
||||
threshold: 0.2
|
||||
interval: 0.5
|
||||
right:
|
||||
sendkey: "LEFTMETA+LEFTSHIFT+COMMA"
|
||||
threshold: 0.2
|
||||
interval: 0.5
|
||||
4:
|
||||
left:
|
||||
sendkey: "LEFTALT+RIGHT"
|
||||
keypress:
|
||||
LEFTMETA:
|
||||
command: 'xdotool key --clearmodifiers XF86AudioLowerVolume'
|
||||
threshold: 0.0485
|
||||
right:
|
||||
sendkey: "LEFTALT+LEFT"
|
||||
keypress:
|
||||
LEFTMETA:
|
||||
command: 'xdotool key --clearmodifiers XF86AudioRaiseVolume'
|
||||
threshold: 0.0485
|
||||
|
||||
pinch:
|
||||
in:
|
||||
sendkey: "LEFTCTRL+EQUAL"
|
||||
threshold: 0.0485
|
||||
out:
|
||||
sendkey: "LEFTCTRL+MINUS"
|
||||
threshold: 0.0485
|
||||
|
||||
plugin:
|
||||
inputs:
|
||||
libinput_command_input:
|
||||
# show-keycode: true
|
||||
verbose: true
|
Loading…
Reference in New Issue
Block a user