Add touchegg launch and config
tablet specific, but it should be fine
This commit is contained in:
parent
fab65fe209
commit
eabc01d6a8
@ -12,6 +12,7 @@ exec --no-startup-id pasystray -a
|
||||
exec --no-startup-id udiskie -s0
|
||||
exec --no-startup-id caffeine
|
||||
exec --no-startup-id thunderbird
|
||||
exec --no-startup-id touchegg 2>&1 > /dev/null
|
||||
exec --no-startup-id xset s off dpms 0 0 0
|
||||
exec --no-startup-id xautolock -time 5 -locker "~/.config/i3/lock.sh lock 1" -detectsleep
|
||||
|
||||
|
35
.config/touchegg/touchegg.conf
Normal file
35
.config/touchegg/touchegg.conf
Normal file
@ -0,0 +1,35 @@
|
||||
<!-- -*- mode: xml; \-*- -->
|
||||
<touchégg>
|
||||
<settings>
|
||||
<property name="composed_gestures_time">0</property>
|
||||
</settings>
|
||||
<application name="All">
|
||||
<gesture type="DRAG" fingers="2" direction="ALL">
|
||||
<action type="SCROLL">SPEED=7:INVERTED=true</action>
|
||||
</gesture>
|
||||
<gesture type="DRAG" fingers="3" direction="RIGHT">
|
||||
<action type="SEND_KEYS">Super+Shift+Right</action>
|
||||
</gesture>
|
||||
<gesture type="DRAG" fingers="3" direction="LEFT">
|
||||
<action type="SEND_KEYS">Super+Shift+Left</action>
|
||||
</gesture>
|
||||
<gesture type="DRAG" fingers="3" direction="UP">
|
||||
<action type="SEND_KEYS">Super+Shift+Up</action>
|
||||
</gesture>
|
||||
<gesture type="DRAG" fingers="3" direction="DOWN">
|
||||
<action type="SEND_KEYS">Super+Shift+Down</action>
|
||||
</gesture>
|
||||
<gesture type="PINCH" fingers="4" direction="ALL">
|
||||
<action type="SEND_KEYS">Super+W</action>
|
||||
</gesture>
|
||||
<gesture type="PINCH" fingers="5" direction="ALL">
|
||||
<action type="SEND_KEYS">Super+Shift+Q</action>
|
||||
</gesture>
|
||||
<gesture type="TAP" fingers="3" direction="">
|
||||
<action type="MOUSE_CLICK">BUTTON=2</action>
|
||||
</gesture>
|
||||
<gesture type="TAP" fingers="2" direction="">
|
||||
<action type="MOUSE_CLICK">BUTTON=3</action>
|
||||
</gesture>
|
||||
</application>
|
||||
</touchégg>
|
Loading…
Reference in New Issue
Block a user