lwc:linux:start

2 finger click will still work

  • temporary: synclient RightButtonAreaLeft=0 and synclient RightButtonAreaTop=0
    • confirm all 0s with: synclient | grep RightButtonArea
  • permanent: edit /usr/share/X11/xorg.conf.d/70-synaptics.conf, comment out the SoftButtonAreas and replace with 0s:
# 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 "SoftButtonAreas" "0 0 0 0 0 0 0 0"

source

  • lwc/linux/start.txt
  • Last modified: 2025/01/22 22:46
  • by John Harrison