-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtouchegg.conf
79 lines (79 loc) · 2.52 KB
/
touchegg.conf
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
68
69
70
71
72
73
74
75
76
77
78
79
<touchégg>
<settings>
<property name="animation_delay">150</property>
<property name="action_execute_threshold">20</property>
<property name="color">auto</property>
<property name="borderColor">auto</property>
</settings>
<application name="All">
<gesture type="SWIPE" fingers="3" direction="UP">
<action type="MAXIMIZE_RESTORE_WINDOW">
<animate>true</animate>
</action>
</gesture>
<gesture type="SWIPE" fingers="3" direction="DOWN">
<action type="MINIMIZE_WINDOW">
<animate>true</animate>
</action>
</gesture>
<gesture type="SWIPE" fingers="3" direction="LEFT">
<action type="TILE_WINDOW">
<direction>left</direction>
<animate>true</animate>
</action>
</gesture>
<gesture type="SWIPE" fingers="3" direction="RIGHT">
<action type="TILE_WINDOW">
<direction>right</direction>
<animate>true</animate>
</action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="LEFT">
<action type="CHANGE_DESKTOP">
<direction>next</direction>
<animate>true</animate>
<animationPosition>right</animationPosition>
<cyclic>true</cyclic>
<color>3E9FED</color>
<borderColor>3E9FED</borderColor>
</action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="RIGHT">
<action type="CHANGE_DESKTOP">
<direction>previous</direction>
<animate>true</animate>
<animationPosition>lerightft</animationPosition>
<cyclic>true</cyclic>
<color>3E9FED</color>
<borderColor>3E9FED</borderColor>
</action>
</gesture>
<gesture type="PINCH" fingers="2" direction="OUT">
<action type="SEND_KEYS">
<modifiers>Control_L</modifiers>
<keys>KP_Add</keys>
<repeat>true</repeat>
<animation>NONE</animation>
<decreaseKeys>KP_Subtract</decreaseKeys>
</action>
</gesture>
<gesture type="PINCH" fingers="2" direction="IN">
<action type="SEND_KEYS">
<modifiers>Control_L</modifiers>
<keys>KP_Subtract</keys>
<repeat>true</repeat>
<animation>NONE</animation>
<decreaseKeys>KP_Add</decreaseKeys>
</action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="DOWN">
<action type="SHOW_DESKTOP"></action>
</gesture>
</application>
<application name="chromium-browser">
</application>
<application name="firefox">
</application>
<application name="google-chrome">
</application>
</touchégg>