aboutsummaryrefslogtreecommitdiff
path: root/.config/yadm/root/etc/X11/xorg.conf.d/72-wacom-options.conf
blob: 81aaf6061f23dbb5c2a94e05541d898c78337d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
Section "InputClass"
	Identifier "default wacom pen area + double click interval"
	MatchDriver "wacom"
	MatchProduct "Pen"
	NoMatchProduct "eraser"
	NoMatchProduct "cursor"
	Option "Area" "0 0 15200 4275"
	Option "MapToOutput" "1920x1080+0+0"
	Option "TapTime" "100"
EndSection