about summary refs log tree commit diff
path: root/nixos/modules/services/x11/hardware/libinput.nix
Commit message (Collapse)AuthorAge
* nixos/libinput: refer to libinput manualLinus Heckemann2020-04-14
|
* treewide: use attrs instead of list for types.loaOf optionsrnhmjoj2020-01-06
|
* nixos/libinput: apply options to all device typesMarcello Sylvester Bauer2019-11-04
| | | | | | | | Instead of assign the libinput options to touchpad devices only, it should be appied by any device using libinput. Due to the fact that `40-libinput.conf` already defines libinput as driver for any detected input device, we can use `MatchDriver` to appy options.
* nixos/x11/libinput: Document values for optionSRGOM2019-10-21
| | | For option `scrollMethod`, document that there is an available value of `button`.
* nixos/modules: Remove all usages of types.stringSilvan Mosberger2019-08-31
| | | | | | And replace them with a more appropriate type Also fix up some minor module problems along the way
* nixos/libinput: use `types.lines` for additionalOptionsEdmund Wu2019-07-10
|
* Merge #42880: libinput: split .bin outputVladimír Čunát2018-08-30
|\
| * libinput: make .bin the first outputVladimír Čunát2018-08-30
| | | | | | | | That's the convention:
* | nixos/libinput: add button to scrollMethodYuxuan Shui2018-06-28
|/ | | | Close #17840
* libinput: disableWhileTyping = false by defaultYegor Timoshenko2017-12-30
|
* nixos/libinput: load configuration fileJan Tojnar2017-11-24
| | | | | | | In order for libinput to be used with Xorg, its configuration file needs to be added to environment similarly to how evdev one’s is. Closes: #31670
* nixos: minor X11 option description improvements (#30035)Benjamin Staffin2017-10-09
|
* nixos/treewide: remove boolean examples for optionsFranz Pletz2017-03-17
| | | | | | | They contain no useful information and increase the length of the autogenerated options documentation. See discussion in #18816.
* libinput.accelProfile: improve docs & new defaultProfpatsch2016-08-08
| | | | | | | | | | | The link to some (of course non-existing, i.e. freedesktop) “libinput” documentation is replaced by a piece of the API documentation. The default is changed since the documentation suggests `adaptive` should be it. https://wayland.freedesktop.org/libinput/doc/latest/group__config.html#gad63796972347f318b180e322e35cee79 Also fix a missing string conversion for `scrollButton`.
* Warn for conflict between synaptics and libinputGuillaume Maudoux2016-08-03
|
* libinput service: add libinput to udev packagesNikolay Amiantov2016-07-18
| | | | See #17054
* nixos: libinput use mkEnableOptionRobert Klotzner2016-02-27
|
* libinput: configuration support: PolishingRobert Klotzner2016-01-22
| | | | + addition of missing options
* nixos: libinput added optionsRobert Klotzner2016-01-22
| | | | | | - natural scrolling - scroll method - disable while typing
* nixos: Added libinput configurationRobert Klotzner2016-01-22
like there was for synaptics