mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-19 06:51:55 +01:00
update touchegg config
This commit is contained in:
parent
31a86f1f92
commit
a80fbdb102
1 changed files with 2 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue