update touchegg config

This commit is contained in:
LordMZTE 2022-02-14 19:05:30 +01:00
parent 31a86f1f92
commit a80fbdb102
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -39,13 +39,6 @@
Configuration for every application.
-->
<application name="All">
<gesture type="SWIPE" fingers="3" direction="RIGHT">
<action type="TILE_WINDOW">
<direction>right</direction>
<animate>true</animate>
</action>
</gesture>
<gesture type="PINCH" fingers="3" direction="IN">
<action type="CLOSE_WINDOW">
<animate>true</animate>
@ -54,7 +47,7 @@
</action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="UP">
<gesture type="SWIPE" fingers="3" direction="UP">
<action type="CHANGE_DESKTOP">
<direction>auto</direction>
<animate>true</animate>
@ -62,7 +55,7 @@
</action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="DOWN">
<gesture type="SWIPE" fingers="3" direction="DOWN">
<action type="CHANGE_DESKTOP">
<direction>auto</direction>
<animate>true</animate>