Skip to content

Instantly share code, notes, and snippets.

@j1cs
Created June 23, 2019 04:47
Show Gist options
  • Save j1cs/30f80be6d6a9b777c24c5172d5591a8c to your computer and use it in GitHub Desktop.
Save j1cs/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