diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-18 15:50:34 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-18 15:50:34 +0200 |
commit | bb13873fef6f3b05a838dec6600e5ad6915e7e05 (patch) | |
tree | 3d678a5f9cc964629dd909b82f1fa0fda56793e1 /hel/wacom.conf | |
parent | 5ae00c6254ccb1caf34d2ea3892c6963bd7023b7 (diff) | |
download | nixos-bb13873fef6f3b05a838dec6600e5ad6915e7e05.tar nixos-bb13873fef6f3b05a838dec6600e5ad6915e7e05.tar.gz nixos-bb13873fef6f3b05a838dec6600e5ad6915e7e05.tar.bz2 nixos-bb13873fef6f3b05a838dec6600e5ad6915e7e05.tar.xz nixos-bb13873fef6f3b05a838dec6600e5ad6915e7e05.zip |
calibration
Diffstat (limited to 'hel/wacom.conf')
-rw-r--r-- | hel/wacom.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hel/wacom.conf b/hel/wacom.conf index 26b12a6b..864409f1 100644 --- a/hel/wacom.conf +++ b/hel/wacom.conf | |||
@@ -4,3 +4,12 @@ Section "InputClass" | |||
4 | MatchDevicePath "/dev/input/event*" | 4 | MatchDevicePath "/dev/input/event*" |
5 | Driver "wacom" | 5 | Driver "wacom" |
6 | EndSection | 6 | EndSection |
7 | |||
8 | Section "InputClass" | ||
9 | Identifier "calibration" | ||
10 | MatchProduct "Wacom USB device class" | ||
11 | Option "MinX" "58" | ||
12 | Option "MaxX" "30982" | ||
13 | Option "MinY" "87" | ||
14 | Option "MaxY" "17328" | ||
15 | EndSection \ No newline at end of file | ||