mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-03-14 10:32:37 +01:00
change touchegg desktop switch gesture direction
This commit is contained in:
parent
a80fbdb102
commit
4124b40aa5
1 changed files with 4 additions and 4 deletions
|
@ -47,17 +47,17 @@
|
|||
</action>
|
||||
</gesture>
|
||||
|
||||
<gesture type="SWIPE" fingers="3" direction="UP">
|
||||
<gesture type="SWIPE" fingers="3" direction="RIGHT">
|
||||
<action type="CHANGE_DESKTOP">
|
||||
<direction>auto</direction>
|
||||
<direction>previous</direction>
|
||||
<animate>true</animate>
|
||||
<animationPosition>auto</animationPosition>
|
||||
</action>
|
||||
</gesture>
|
||||
|
||||
<gesture type="SWIPE" fingers="3" direction="DOWN">
|
||||
<gesture type="SWIPE" fingers="3" direction="LEFT">
|
||||
<action type="CHANGE_DESKTOP">
|
||||
<direction>auto</direction>
|
||||
<direction>next</direction>
|
||||
<animate>true</animate>
|
||||
<animationPosition>auto</animationPosition>
|
||||
</action>
|
||||
|
|
Loading…
Add table
Reference in a new issue