Skip to content

Instantly share code, notes, and snippets.

@glats
Created June 23, 2019 04:47
Show Gist options
  • Select an option

  • Save glats/30f80be6d6a9b777c24c5172d5591a8c to your computer and use it in GitHub Desktop.

Select an option

Save glats/30f80be6d6a9b777c24c5172d5591a8c to your computer and use it in GitHub Desktop.
from my asus rog
# /usr/share/X11/xorg.conf.d/99-libinput.conf
Section "InputClass"
Identifier "libinput touchpad catchall"
Driver "libinput"
MatchProduct "ELAN1200:00 04F3:3045 Touchpad"
MatchIsTouchpad "on"
Option "Tapping" "True"
Option "DisableWhileTyping" "True"
Option "NaturalScrolling" "True"
Option "AccelProfile" "adaptive"
Option "AccelSpeed" "0.5"
Option "ClickMethod" "clickfinger"
Option "MiddleEmulation" "True"
Option "ScrollMethod" "twofinger"
EndSection
Section "InputClass"
Identifier "mice libinput"
MatchDriver "libinput"
MatchProduct "ASUS ROG SICA"
Option "AccelSpeed" "1"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment