-
Notifications
You must be signed in to change notification settings - Fork 2
/
fusuma-config.yml
67 lines (64 loc) · 1.59 KB
/
fusuma-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
swipe:
3:
left:
# History forward
sendkey: "LEFTALT+RIGHT"
right:
# History back
sendkey: "LEFTALT+LEFT"
4:
left:
# Switch to next workspace
workspace: 'next'
keypress:
# Move window to next workspace
LEFTSHIFT:
sendkey: "LEFTCTRL+LEFTALT+LEFTSHIFT+RIGHT"
right:
# Switch to previous workspace
workspace: 'prev'
keypress:
LEFTSHIFT:
# Move window to previous workspace
sendkey: "LEFTCTRL+LEFTALT+LEFTSHIFT+LEFT"
up:
# Switch to next workspace
workspace: 'next'
keypress:
LEFTSHIFT:
# Move window to next workspace
sendkey: "LEFTCTRL+LEFTALT+LEFTSHIFT+UP"
down:
# Switch to previous workspace
workspace: "prev"
keypress:
LEFTSHIFT:
# Move window to previous workspace
sendkey: "LEFTCTRL+LEFTALT+LEFTSHIFT+DOWN"
pinch:
2:
in:
# Lock the screen
sendkey: "LEFTMETA+L"
#out:
# command: 'xdotool keydown ctrl click 5 keyup ctrl' # Zoom out
3:
in:
# Open overview
sendkey: "LEFTMETA"
4:
in:
# Open overview
sendkey: "LEFTMETA"
rotate:
3:
clockwise:
sendkey: "BRIGHTNESSUP"
counterclockwise:
sendkey: "BRIGHTNESSDOWN"
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