Disable Trackpad Swipes Switching Desktops?

Forum rules
We don't support installations in VirtualBox, VMWare, qemu or others. We ignore posts about WINE, PlayOnLinux, Steam and Skype. We don't support btrfs, lvm, UEFI, side-by-side installations with GPT or dualboot with anything newer than Windows XP.
Google your problem first. Check the Wiki. Read the existing threads. It's okay to "hijack" an existing thread, yes! If your problem is not yet covered, open a new thread. To get the quickest possible help, mention the exact release codename in your post (uname -a is a good idea, too). Due to the lack of crystal balls, attach the output of lspci -nnk if you encounter hardware problems.
KrunchTime
Virgin
Posts: 9
Joined: Tue Dec 11, 2012 11:27 pm
Location: East Coast, USA

Disable Trackpad Swipes Switching Desktops?

Unread post by KrunchTime » Thu Dec 13, 2012 6:16 am

How do I disable the functionality of swiping the trackpad to change desktops? I've done it by accident too many times. It's annoying. It would be a different story if like Apple's Magic Trackpad, you had to use a three-finger swipe to switch desktops.
Currently running Escargot on an ASUS UL20A

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Disable Trackpad Swipes Switching Desktops?

Unread post by machinebacon » Thu Dec 13, 2012 6:23 am

You forgot to mention it never happened in Crunchbang.

remove this code from your rc.xml

Code: Select all

    
<mousebind button="Up" action="Click">
      <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="Down" action="Click">
      <action name="DesktopNext"/>
    </mousebind>
..gnutella..

Post Reply