mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-04 05:00:14 +01:00
libinput-list-devices: make paragraph about different settings terser
Changes are: 1. "configuration options" is same as "options" 2. The clarification "e.g. scrolling" doesn't clarify anything because a user don't necessarily knows there're "2-finger scroll" and "edge-scroll"; and even if they do, they can imagine the settings to be represented by "0" and "1" values, which then begs a question: why aren't all "Enabled/Disabled" settings are prefixed with "*" too. Instead, replace the vague `multiple different settings` with more specific `more settings than "enabled/disabled"`. 3. "ones" is shorter than "settings" and makes sure a user haven't lost context. Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
This commit is contained in:
parent
404e69e93b
commit
f3c132042e
1 changed files with 2 additions and 3 deletions
|
|
@ -12,9 +12,8 @@ tool creates a libinput context on the default seat "seat0" and lists all
|
|||
devices recognized by libinput. Each device shows available configurations
|
||||
the respective default configuration setting.
|
||||
.PP
|
||||
For configuration options that allow multiple different settings
|
||||
(e.g. scrolling), all available settings are listed. The default setting is
|
||||
prefixed by an asterisk (*).
|
||||
For options that allow more settings than "enabled/disabled", all available ones
|
||||
are listed. The default setting is prefixed by an asterisk (*).
|
||||
.PP
|
||||
This tool usually needs to be run as root to have access to the
|
||||
/dev/input/eventX nodes.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue