Skip to content

Instantly share code, notes, and snippets.

@jhonatan-fg
jhonatan-fg / 20-natural-scrolling.conf
Created July 6, 2021 03:45 — forked from kakra/20-natural-scrolling.conf
xorg.conf.d/20-natural-scrolling.conf
Section "InputClass"
Identifier "Enable natural scrolling by default"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
MatchDriver "libinput"
Option "NaturalScrolling" "on"
EndSection