Merge pull request #237904 from SuperSamus/libinput-description
nixos/libinput: update horizontalScrolling description
This commit is contained in:
commit
b05d9c12d9
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue