Add touchegg launch and config

tablet specific, but it should be fine
This commit is contained in:
Adam Goldsmith 2018-01-10 12:32:02 -05:00
parent fab65fe209
commit eabc01d6a8
2 changed files with 36 additions and 0 deletions

View File

@ -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

View 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>