summary refs log tree commit diff
path: root/nixos/modules/tasks/trackpoint.nix
Commit message (Collapse)AuthorAge
* treewide: automatically md-convert option descriptionspennae2022-07-30
| | | | | | | | | | | | | | | | | | | | | | the conversion procedure is simple: - find all things that look like options, ie calls to either `mkOption` or `lib.mkOption` that take an attrset. remember the attrset as the option - for all options, find a `description` attribute who's value is not a call to `mdDoc` or `lib.mdDoc` - textually convert the entire value of the attribute to MD with a few simple regexes (the set from mdize-module.sh) - if the change produced a change in the manual output, discard - if the change kept the manual unchanged, add some text to the description to make sure we've actually found an option. if the manual changes this time, keep the converted description this procedure converts 80% of nixos options to markdown. around 2000 options remain to be inspected, but most of those fail the "does not change the manual output check": currently the MD conversion process does not faithfully convert docbook tags like <code> and <package>, so any option using such tags will not be converted at all.
* xserver: Generate readable config indentationNiklas Hambüchen2021-06-17
|
* trackpoint: Make the device name configurableBoris Babic2018-08-06
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* Add Elantech ETPS/2 Trackpoint (ThinkPad Yoga 260)Ismaïl Senhaji2017-04-22
|
* trackpoint: fix typo in configuration descriptionThomas Levine2016-01-11
| | | | I fixed a typo in the description for hardware.trackpoint.speed.
* Trackpoint scrolling on T450s et alAristid Breitkreuz2015-05-25
|
* Add Elanthec PS/2 Trackpoint (Thinkpad L430)Robin Gloster2015-03-15
|
* trackpoint: Add emulateWheel optionJascha Geerds2014-08-13
|
* Add activationScript for TrackPoint configurationJascha Geerds2014-07-28
|
* Use a udev rule for trackpoint configurationJascha Geerds2014-07-25
|
* Fix trackpoint configuration on some systemsJascha Geerds2014-07-25
|
* Added an option to configure sensitivity and speed of trackpoints.Pascal Wittmann2014-05-23