Skip to content

Instantly share code, notes, and snippets.

@eugrus
Created January 16, 2024 23:28
Show Gist options
  • Save eugrus/840cbf7c5a5df2af03f5b58a3205de07 to your computer and use it in GitHub Desktop.
Save eugrus/840cbf7c5a5df2af03f5b58a3205de07 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/40-libinput.conf
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
Option "MiddleEmulation" "true"
Option "DisableWhileTyping" "true"
EndSection
Section "InputClass"
Identifier "mouse1"
MatchProduct "Logitech Performance MX"
MatchDriver "libinput"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 9 10 11 12 2 14 15 16 17 18 19 20"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment