mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
nixos/libinput: update horizontalScrolling description
This commit is contained in:
parent
cd7cd1c177
commit
d6022b39ee
@ -130,9 +130,9 @@ let cfg = config.services.xserver.libinput;
|
|||||||
default = true;
|
default = true;
|
||||||
description =
|
description =
|
||||||
lib.mdDoc ''
|
lib.mdDoc ''
|
||||||
Disables horizontal scrolling. When disabled, this driver will discard any horizontal scroll
|
Enables or disables horizontal scrolling. When disabled, this driver will discard any
|
||||||
events from libinput. Note that this does not disable horizontal scrolling, it merely
|
horizontal scroll events from libinput. This does not disable horizontal scroll events
|
||||||
discards the horizontal axis from any scroll events.
|
from libinput; it merely discards the horizontal axis from any scroll events.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user