summaryrefslogtreecommitdiff
path: root/sys-apps/asahi-configs/files/xorg-naturalscroll
blob: 59fdcf12ca5157b012b6e808d60def3a61b4fe04 (plain)
1
2
3
4
5
6
7
Section "InputClass"
	Identifier "Enable natural scrolling by default"
	MatchIsTouchpad "on"
	MatchDevicePath "/dev/input/event*"
	MatchDriver "libinput"
	Option "Natural Scrolling" "on"
EndSection