aboutsummaryrefslogtreecommitdiff
path: root/.config/yadm/root/etc/X11/xorg.conf.d/90-wacom-overrides.conf
blob: f2e2bbf74a9a8e5aa0e42aee922ddefaf7712413 (plain)
1
2
3
4
5
6
7
Section "InputClass"
	Identifier "Wacom Tablet Overrides"
	MatchDriver "wacom"
	Option "AccelerationProfile" "5"
	Option "ConstantDeceleration" "2"
	Option "AdaptiveDeceleration" "3"
EndSection