Touchegg was already installed. As per the instructions, I used the terminal to create a copy of the xml in the config folder. After I opened the file I noticed that there were a few gestures preconfigured. Among them was 4 finger swipe to toggle workspaces, which worked perfectly, but other preconfigured stuff like three finger pinch in to view applications didn't work
Here is the <application block of the .conf if it helps
** Edit ** It seems that the xml code messes with display because of the <> quotes. Let me know if you need the whole file
touchegg.conf
-->
Super_A
S
false
end
<gesture type="PINCH" fingers="3" direction="OUT">
<action type="SEND_KEYS">
<modifiers>Super_A</modifiers>
<keys>S</keys>
<repeat>false</repeat>
<on>end</on>
</action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="UP">
<action type="CHANGE_DESKTOP">
<direction>auto</direction>
<animate>true</animate>
<animationPosition>auto</animationPosition>
</action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="DOWN">
<action type="CHANGE_DESKTOP">
<direction>auto</direction>
<animate>true</animate>
<animationPosition>auto</animationPosition>
</action>
</gesture>
<gesture type="TAP" fingers="2">
<action type="MOUSE_CLICK">
<button>3</button>
<on>begin</on>
</action>
</gesture>
<gesture type="TAP" fingers="3">
<action type="MOUSE_CLICK">
<button>2</button>
<on>begin</on>
</action>
</gesture>
<gesture type="SWIPE" fingers="3" direction="DOWN">
<action type="SHOW_DESKTOP">
<animate>true</animate>
<color>909090</color>
<borderColor>FFFFFF</borderColor>
</action>
</gesture>
<gesture type="SWIPE" fingers="3" direction="LEFT">
<action type="TILE_WINDOW">
<direction>left</direction>
<animate>true</animate>
<color>3E9FED</color>
<borderColor>3E9FED</borderColor>
</gesture>
<gesture type="SWIPE" fingers="3" direction="RIGHT">
<action type="TILE_WINDOW">
<direction>right</direction>
<animate>true</animate>
<color>3E9FED</color>
<borderColor>3E9FED</borderColor>
</action>
</gesture>