Skip to content

Instantly share code, notes, and snippets.

View e-degar's full-sized avatar
:shipit:

Edgar e-degar

:shipit:
View GitHub Profile
# Match on all types of devices but tablet devices and joysticks
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Option "NaturalScrolling" "true"
Driver "libinput"
EndSection
Section "InputClass"