summaryrefslogtreecommitdiff
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* conf: add an example snippet for how to assign optionsPeter Hutterer2019-01-071-0/+17
| | | | | | | Users still like to copy the whole file, potentially messing things up. Let's put a warning into the file directly that this is less than ideal. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Fix config comment description to match the configMartin Kepplinger2017-05-081-1/+1
| | | | | | | | 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>
* conf: match against tablets tooPeter Hutterer2016-11-011-0/+7
| | | | | | | 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>
* conf: drop libinput to below the other driversPeter Hutterer2016-08-311-0/+0
| | | | | | | | | | | | | | | | | | | | | | This is the continuation of 3f569ec493e, dropping libinput below the remaining drivers. Wacom and synaptics already sort higher anyway (see wacom commit 0da5cd54 and synaptics commit 59e5db025). evdev remains the catchall basic fallback driver and is overwritten by libinput. The two drivers affected by this patch are joystick and vmmouse. joystick is a niche driver and drives devices libinput doesn't handle anyway so there is no need to override. If a user installs it, presumably it is to use it. vmmouse is a niche driver and does not assign itself anymore for newer kernel drivers (see vmmouse commit 576e8123 from Oct 2014). So if vmmouse is installed it can safely sort higher than libinput. Note: this is upstream behavior, distributions have to work out the wanted behavior themselves by renaming the config snippets accordingly. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
* conf: rename to 60-libinput.confPeter Hutterer2016-04-281-0/+0
| | | | | | | | | | | | | | | | | | 60 sorts higher than the other drivers (evdev has 10, synaptics, wacom and others have 50) so we keep the same order. This is part of a two-step solution, the other half is renaming the xf86-input-wacom's config snippet to sort higher than libinput's. Currently libinput picks up devices that are (for now) destined to the wacom driver. Since the wacom driver is more of a leaf package than libinput, the best option here is to make the wacom driver sort higher and let users uninstall it when not needed. To avoid crowding the 90-* space where users usually have custom config snippets, drop libinput down to 60 and bump wacom up. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Jason Gerecke <jason.gerecke@wacom.com>
* conf: don't hook onto tablets and joysticksPeter Hutterer2015-09-181-4/+26
| | | | | | | If we install the config file by default, we shouldn't use libinput for devices we know we can't handle. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* conf: rename 99-libinput.conf to 90-libinput.confPeter Hutterer2015-09-181-0/+0
| | | | | | | This way it still sorts after the usual subjects, but it's easier to stack extra config in afterwards. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Ship an example config snippetPeter Hutterer2014-08-071-0/+6
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>