baumi's blog

baumi's personal blog … Linux, OS X, Windows, Random things, …

Elementary OS “Freya”: Using touchegg to add three-finger-swipes between desktop spaces

check /usr/share/touchegg/touchegg.conf and /home/user/.config/touchegg/touchegg.conf

to add the three-finger swipe between desktop spaces i’m using

<gesture type="DRAG" fingers="3" direction="LEFT">
<action type="SEND_KEYS">Super+Left</action>
</gesture>

<gesture type="DRAG" fingers="3" direction="RIGHT">
<action type="SEND_KEYS">Super+Right</action>
</gesture>

this usually works everywhere except on empty desktop, to also make it work on the desktop, check this out:
http://www.hongkiat.com/blog/elementary-os-luna-tips/ (key is running nautilus!)

Comments are currently closed.