about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorLin Jian <me@linj.tech>2024-01-04 19:55:53 +0800
committerGitHub <noreply@github.com>2024-01-04 19:55:53 +0800
commitb05d9c12d93c2d6774fe09e8dd6c56cf38a43abf (patch)
tree9c94c55421849b9a8456347e2f21a35e4f2c2e27 /nixos
parentbda45494a3f144ae4fc990a074250354f875c0ab (diff)
parentd6022b39ee8319b33f2563c087745bd68e4138d0 (diff)
Merge pull request #237904 from SuperSamus/libinput-description
nixos/libinput: update horizontalScrolling description
Diffstat (limited to 'nixos')
-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 d2a5b5895e0aa..0ea21eb1dce3a 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.
           '';
       };