diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-11-01 10:06:03 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-11-01 10:30:14 +1000 |
commit | c4f0a9bcb846f70b85a285e8acea8fe086abdccb (patch) | |
tree | cee2c8f4a6eb3b474e3b85d4e2f601f39d9c61a0 /conf | |
parent | a61e156326197dbbf1c1294693946c504af9daee (diff) |
conf: match against tablets too
Now that we sort below the xf86-input-wacom driver anyway, there's no good
reason to ignore tablets anymore.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/40-libinput.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/40-libinput.conf b/conf/40-libinput.conf index 97afd07..7b7162e 100644 --- a/conf/40-libinput.conf +++ b/conf/40-libinput.conf @@ -26,3 +26,10 @@ Section "InputClass" MatchDevicePath "/dev/input/event*" Driver "libinput" EndSection + +Section "InputClass" + Identifier "libinput tablet catchall" + MatchIsTablet "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" +EndSection |