docs: update the include path documentation
Missing frommastere23f1061b2
and3a91788d92
. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
parent
3d43f4806d
commit
59d2a71383
|
@ -616,11 +616,13 @@ xkb_context_get_user_data(struct xkb_context *context);
|
|||
* The include paths are the file-system paths that are searched when an
|
||||
* include statement is encountered during keymap compilation.
|
||||
*
|
||||
* The default include paths are:
|
||||
* - The system XKB root, defined at library configuration time.
|
||||
* If * the `XKB_CONFIG_ROOT` environment is defined, it is used instead.
|
||||
* The default include paths are, in that lookup order:
|
||||
* - The path `$XDG_CONFIG_HOME/xkb`, with the usual `XDG_CONFIG_HOME`
|
||||
* fallback to `$HOME/.config/` if unset.
|
||||
* - The path `$HOME/.xkb`, where $HOME is the value of the environment
|
||||
* variable `HOME`.
|
||||
* - The `XKB_CONFIG_ROOT` environment variable, if defined, otherwise
|
||||
* the system XKB root, defined at library configuration time.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue