Skip to content

Instantly share code, notes, and snippets.

@zooks
Last active June 16, 2023 11:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zooks/9238ba627d1e1badb385297dd6e5b25a to your computer and use it in GitHub Desktop.
Save zooks/9238ba627d1e1badb385297dd6e5b25a to your computer and use it in GitHub Desktop.
Touchegg config for XFCE ~/.config/touchegg/touchegg.conf
<touchégg>
<settings>
<property name="composed_gestures_time">111</property>
</settings>
<application name="All">
<gesture type="DRAG" fingers="1" direction="ALL">
<action type="DRAG_AND_DROP">BUTTON=1</action>
</gesture>
<gesture type="DRAG" fingers="3" direction="RIGHT">
<action type="SEND_KEYS">Control+Alt+Right</action>
</gesture>
<gesture type="DRAG" fingers="2" direction="ALL">
<action type="SCROLL">SPEED=2:INVERTED=false</action>
</gesture>
<gesture type="DRAG" fingers="4" direction="LEFT">
<action type="SEND_KEYS">Alt+Shift+Tab</action>
</gesture>
<gesture type="DRAG" fingers="3" direction="LEFT">
<action type="SEND_KEYS">Control+Alt+Left</action>
</gesture>
<gesture type="DRAG" fingers="3" direction="UP">
<action type="MAXIMIZE_RESTORE_WINDOW"></action>
</gesture>
<gesture type="DRAG" fingers="4" direction="DOWN">
<action type="SEND_KEYS">Super+a</action>
</gesture>
<gesture type="DRAG" fingers="4" direction="UP">
<action type="RUN_COMMAND">xfdashboard</action>
</gesture>
<gesture type="TAP" fingers="3" direction="">
<action type="MOUSE_CLICK">BUTTON=2</action>
</gesture>
<gesture type="DRAG" fingers="3" direction="DOWN">
<action type="MINIMIZE_WINDOW"></action>
</gesture>
<gesture type="TAP" fingers="2" direction="">
<action type="MOUSE_CLICK">BUTTON=3</action>
</gesture>
<gesture type="TAP" fingers="1" direction="">
<action type="MOUSE_CLICK">BUTTON=1</action>
</gesture>
<gesture type="DRAG" fingers="4" direction="RIGHT">
<action type="SEND_KEYS">Alt+Tab</action>
</gesture>
</application>
<application name="Shotwell, Evince, Gwenview, Ristretto">
<gesture type="DRAG" fingers="3" direction="UP">
<action type="SEND_KEYS">F11</action>
</gesture>
<gesture type="PINCH" fingers="2" direction="OUT">
<action type="SEND_KEYS">Control+0</action>
</gesture>
<gesture type="PINCH" fingers="2" direction="IN">
<action type="SEND_KEYS">Control+KP_Add</action>
</gesture>
<gesture type="DRAG" fingers="2" direction="RIGHT">
<action type="SEND_KEYS">Right</action>
</gesture>
<gesture type="DRAG" fingers="2" direction="LEFT">
<action type="SEND_KEYS">Left</action>
</gesture>
</application>
<application name="Firefox, Dolphin, Chrome, Midori, Chromium-browser">
<gesture type="DRAG" fingers="5" direction="RIGHT">
<action type="SEND_KEYS">Alt+Home</action>
</gesture>
<gesture type="DRAG" fingers="5" direction="ALL">
<action type="SEND_KEYS">Control+Next</action>
</gesture>
<gesture type="DRAG" fingers="2" direction="RIGHT">
<action type="SEND_KEYS">Alt+Right</action>
</gesture>
<gesture type="DRAG" fingers="2" direction="LEFT">
<action type="SEND_KEYS">Alt+Left</action>
</gesture>
</application>
<application name="Thunar">
<gesture type="DRAG" fingers="2" direction="RIGHT">
<action type="SEND_KEYS">Alt+Right</action>
</gesture>
<gesture type="DRAG" fingers="2" direction="LEFT">
<action type="SEND_KEYS">Alt+Left</action>
</gesture>
</application>
</touchégg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment