Skip to content

dell laptop setup (ubuntu)

Ben Alman edited this page Jan 10, 2018 · 2 revisions

Touchpad

Disable soft right-click button

  1. Edit /usr/share/X11/xorg.conf.d/50-synaptics.conf
  2. Comment out 2 Option lines as in the following code
  3. Reboot (?)
# This option enables the bottom right corner to be a right button on clickpads
# and the right and middle top areas to be right / middle buttons on clickpads
# with a top button area.
# This option is only interpreted by clickpads.
Section "InputClass"
        Identifier "Default clickpad buttons"
        MatchDriver "synaptics"
        # Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
        # Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
EndSection

References:

Clone this wiki locally