about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorMartino Fontana <tinozzo123@tutanota.com>2023-06-15 12:36:24 +0200
committerMartino Fontana <tinozzo123@gmail.com>2024-01-04 11:34:25 +0100
commitd6022b39ee8319b33f2563c087745bd68e4138d0 (patch)
tree7f575fc61238444c4bbfb80d7036389daa023888 /nixos/modules/services
parentcd7cd1c177f7009649c51dd3ff2515a3b1e488ba (diff)
downloadnixlib-d6022b39ee8319b33f2563c087745bd68e4138d0.tar
nixlib-d6022b39ee8319b33f2563c087745bd68e4138d0.tar.gz
nixlib-d6022b39ee8319b33f2563c087745bd68e4138d0.tar.bz2
nixlib-d6022b39ee8319b33f2563c087745bd68e4138d0.tar.lz
nixlib-d6022b39ee8319b33f2563c087745bd68e4138d0.tar.xz
nixlib-d6022b39ee8319b33f2563c087745bd68e4138d0.tar.zst
nixlib-d6022b39ee8319b33f2563c087745bd68e4138d0.zip
nixos/libinput: update horizontalScrolling description
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/x11/hardware/libinput.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/x11/hardware/libinput.nix b/nixos/modules/services/x11/hardware/libinput.nix
index d2a5b5895e0a..0ea21eb1dce3 100644
--- a/nixos/modules/services/x11/hardware/libinput.nix
+++ b/nixos/modules/services/x11/hardware/libinput.nix
@@ -130,9 +130,9 @@ let cfg = config.services.xserver.libinput;
         default = true;
         description =
           lib.mdDoc ''
-            Disables horizontal scrolling. When disabled, this driver will discard any horizontal scroll
-            events from libinput. Note that this does not disable horizontal scrolling, it merely
-            discards the horizontal axis from any scroll events.
+            Enables or disables horizontal scrolling. When disabled, this driver will discard any
+            horizontal scroll events from libinput. This does not disable horizontal scroll events
+            from libinput; it merely discards the horizontal axis from any scroll events.
           '';
       };