-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
43 lines (33 loc) · 867 Bytes
/
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
swipe:
'3':
left:
# go back in most browsers
command: 'xdotool key Alt_L+Right'
right:
# go forward in most browsers
command: 'xdotool key Alt_L+Left'
down:
# trigger expo view in compiz
command: 'xdotool key Control_L+Alt_L+Shift_L+Down'
up:
# show all windows on current workspace in compiz
command: 'xdotool key Control_L+Alt_L+Down'
'4':
all:
begin:
# start cube rotation
command: 'xdotool keydown Control_L+Alt_L mousedown 1'
update:
# rotate cube relative to the mouse movement
command: 'xdotool mousemove_relative -- ${1.5*x} ${1.5*y}'
end:
# end cube rotation
command: 'xdotool keyup Control_L+Alt_L mouseup 1'
# no pinch actions
pinch:
'2':
command: ''
'3':
command: ''
'4':
command: ''