summaryrefslogtreecommitdiff
path: root/tools/xkbcli-list.1.ronn
blob: 7681df09e02775ef1805094be271e522d29d41a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# xkbcli-list(1) - list available XKB rules, models, layouts, variants and options

## SYNOPSIS

**xkbcli** list [--help] [/path/to/xkbbase [/path/to/xkbbase] ...]

## DESCRIPTION

**xkbcli list** is a commandline tool to list available model, layout, variant
and option (MLVO) values from the XKB registry.

Arguments provided on the commandline are treated as XKB base directory
installations.

## OPTIONS

  * `--help`:
      Print help and exit

  * `-v, --verbose`:
      Increase verbosity, use multiple times for debugging output

  * `--ruleset <name>`:
      Load the ruleset with the given name

  * `--skip-default-paths`:
      Do not load the default XKB include paths

  * `--load-exotic`:
      Load exotic (extra) layouts

## SEE ALSO

**xkbcli**(1)

The libxkbcommon online documentation at <https://xkbcommon.org>