aboutsummaryrefslogtreecommitdiff
path: root/root/etc/X11/xorg.conf.d/90-libinput-logitech.conf
blob: a1071b07927865588fe0e475d32462b41b8aada3 (plain)
1
2
3
4
5
6
7
8
Section "InputClass"
	Identifier "Logitech MX Master 3S High res scrolling"
	MatchUSBID "046d:c548"
	MatchDevicePath "/dev/input/event*"
	Driver "libinput"
	Option "HighResolutionWheelScrolling" "false"
EndSection