diff options
author | Martin Kepplinger <martin.kepplinger@ginzinger.com> | 2017-05-04 08:49:34 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-05-08 10:33:58 +1000 |
commit | 8772a593b45740f4429218648c9e3a305b3fe896 (patch) | |
tree | dfb9f4c1a47a4217b372a4b141569f74f11b3121 /conf | |
parent | a80773a488da3f3dfe5a5dc0fd658dc8a6a3b331 (diff) |
Fix config comment description to match the config
Since the config matches on tablets too, update the describing comment
accordingly.
Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/40-libinput.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/40-libinput.conf b/conf/40-libinput.conf index 7b7162e..e7433ad 100644 --- a/conf/40-libinput.conf +++ b/conf/40-libinput.conf @@ -1,4 +1,4 @@ -# Match on all types of devices but tablet devices and joysticks +# Match on all types of devices but joysticks Section "InputClass" Identifier "libinput pointer catchall" MatchIsPointer "on" |