summary refs log tree commit diff
path: root/nixos/modules/services/x11/hardware
Commit message (Collapse)AuthorAge
* xserver.wacom: update xorg.conf.d name after upstream change of the numberMichael Raskin2016-12-27
|
* 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
* xf86-input-synaptics: split dev outputVladimír Čunát2016-05-22
|
* nixos: libinput use mkEnableOptionRobert Klotzner2016-02-27
|
* Merge pull request #12540 from eskimor/libinput-masterzimbatm2016-02-24
|\ | | | | nixos: Libinput: Add support like there is for synaptics
| * 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
* | synaptics: add scrollDelta optionChris Martin2015-09-29
| |
* | synaptics: add palmDetect tuning optionsChris Martin2015-09-29
|/
* xf86-input-synaptics: make use of 50-synaptics.confBryan Gardiner2015-09-18
| | | | | | | | | | | The default synaptics functionality (without this file) is limited for clickpads: the right soft button area in the bottom right isn't active by default, so the entire pad generates left-clicks. There is no way to right-drag. This file defines soft button areas and provides some matching rules. These settings don't conflict with the synaptics options that NixOS provides.
* synaptics: fix to allow for more scrolling choiceslaMudri2015-07-07
|
* Add more options to multitouch (mtrack) moduleBrian McKenna2015-02-14
|
* synaptics: fix tapButtons settingNikolay Amiantov2014-11-04
|
* synaptics: add fingersMap optionNikolay Amiantov2014-10-31
|
* synaptics: add types to optionsNikolay Amiantov2014-10-31
|
* nixos synaptics: allow null value for accelFactor, minSpeed and maxSpeedLuca Bruno2014-08-04
| | | | | Some desktop managers like GNOME are able to tweak the speed of the mouse or synaptics at runtime with good defaults.
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* correct tapButtons in synaptics config. Dont rely on the X11 input settings ↵Corey O'Connor2014-02-24
| | | | to take the last option.
* Make touchpad button mapping configurableKirill Elagin2013-11-03
|
* Manual: Render multi-line strings properlyEelco Dolstra2013-10-29
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10