summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2021-01-13 10:17:23 -0300
committerThiago Kenji Okada <thiagokokada@gmail.com>2021-01-13 10:20:38 -0300
commit0f762e558249529a6a55db3eebf6c2e943db3649 (patch)
treed73a9b66edd05dba0aa6f0c276842ae38a97b48d /nixos/doc
parent887386fbbebd4ef2969e65dd9e49ea5af6e57748 (diff)
nixos/doc: document services.xserver.libinput changes
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2103.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2103.xml b/nixos/doc/manual/release-notes/rl-2103.xml
index e46d1ca403f3..94e42369b605 100644
--- a/nixos/doc/manual/release-notes/rl-2103.xml
+++ b/nixos/doc/manual/release-notes/rl-2103.xml
@@ -430,6 +430,17 @@ http://some.json-exporter.host:7979/probe?target=https://example.com/some/json/e
dynamically allocated uid.
</para>
</listitem>
+ <listitem>
+ <para>
+ The libinput module has been updated with the ability to configure mouse and touchpad settings separately.
+ The options in <literal>services.xserver.libinput</literal> have been renamed to <literal>services.xserver.libinput.touchpad</literal>,
+ while there is a new <literal>services.xserver.libinput.mouse</literal> for mouse related configuration.
+ </para>
+ <para>
+ Since touchpad options no longer apply to all devices, you may want to replicate your touchpad configuration in
+ mouse section.
+ </para>
+ </listitem>
</itemizedlist>
</section>