From 6a2fb63cd106bc5a1c3e5b1654355829593edebf Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Wed, 16 Nov 2022 13:58:41 -0500 Subject: [PATCH] docs: Clarify how to use a custom XKB symbol file. This was not covered in `man sway-input` nor `man xkeyboard-config` Fixes #7229 --- sway/sway-input.5.scd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index e073c45d1c..f2a344fc63 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -56,6 +56,10 @@ For more information on these xkb configuration options, see Sets all xkb configurations from a complete .xkb file. This file can be dumped from _xkbcomp $DISPLAY keymap.xkb_. This setting overrides xkb_layout, xkb_model, xkb_options, xkb_rules, and xkb_variant settings. + Custom XKB symbol files may placed in _$XDG_CONFIG_HOME/xkb/symbols_ and + other locations. See + https://xkbcommon.org/doc/current/md_doc_user_configuration.html + for details. *input* xkb_layout Sets the layout of the keyboard like _us_ or _de_.