1
0

xkbcli-list.1 910 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .Dd June 04, 2024
  2. .Dt XKBCLI\-LIST 1
  3. .Os
  4. .
  5. .Sh NAME
  6. .Nm "xkbcli\-list"
  7. .Nd list available X Keyboard models, layouts, variants and options
  8. .
  9. .Sh SYNOPSIS
  10. .Nm
  11. .Op Pa /path/to/xkbbase Oo Pa /path/to/xkbbase Oc ...
  12. .
  13. .Sh DESCRIPTION
  14. List available model, layout, variant and option (MLVO) values from the XKB registry.
  15. The output is in YAML 1.2 format.
  16. .
  17. .Pp
  18. Positional arguments are treated as XKB base directory installations.
  19. .
  20. .Bl -tag -width Ds
  21. .It Fl h, \-help
  22. Print help and exit
  23. .
  24. .It Fl V, \-version
  25. Print version information and exit
  26. .
  27. .It Fl \-verbose
  28. Increase verbosity, use multiple times for debugging output
  29. .
  30. .It Fl \-ruleset Ar name
  31. Load the ruleset with the given name
  32. .
  33. .It Fl \-skip\-default\-paths
  34. Do not load the default XKB include paths
  35. .
  36. .It Fl \-load\-exotic
  37. Load exotic (extra) layouts
  38. .El
  39. .
  40. .Sh SEE ALSO
  41. .Xr xkbcli 1 ,
  42. .Lk https://xkbcommon.org "The libxkbcommon online documentation"