gestikk provides mouse gestures for you, supporting many linux window managers. With gestikk, you can easily control your PC by drawing gestures with the mouse: mouse gestures. Gestikk allows to define an infinite number of gestures, which start applications or simulate key presses. Versions >= 0.5 uses PyGTK for GUI and python-virtkey for keypresses.
Multitouch interfaces provide a great deal of benefits for integrating new interaction modes within applications. Newer hardware and drivers on Mac OS X and Microsoft Windows allow for a variety of gestures beyond point and click that create more efficient application navigation. This article provides tools and code needed to add some of this new gesture support on older Linux-enabled hardware. Building on the output of the synclient program, the Perl code presented here allows you to assign specific application functions to "Three-Finger Swipe," as well as open- and close-pinch gestures.
My first brush with mouse gestures on the Opera browser was an accident, but the ability to quickly move backward or forward in the browser history, open new windows, close tabs, and more without using the menus or moving the mouse toward the navigation toolbar won me over immediately. Nowadays, this feature is available in Firefox and Konqueror too, and you can even configure mouse gestures for GNOME and KDE desktop environments.