aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar Ed Younis <edyounis123@gmail.com>2019-07-12 19:04:29 -0700
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-07-17 19:26:58 -0400
commiteb770e88b7396e892898d6a71867d2a603e707ff (patch)
treeb4f04a7316b1c25286daabee57025fb1e7307919 /sway/sway-input.5.scd
parentAdd missing description for focus_on_window_activation command in docs. (diff)
downloadsway-eb770e88b7396e892898d6a71867d2a603e707ff.tar.gz
sway-eb770e88b7396e892898d6a71867d2a603e707ff.tar.zst
sway-eb770e88b7396e892898d6a71867d2a603e707ff.zip
Implement input_cmd_xkb_file (#3999)
Adds a new commend "xkb_file", which constructs the internal xkb_keymap from a xkb file rather than an RMLVO configuration. This allows greater flexibility when specifying xkb configurations. An xkb file can be dumped with the xkbcomp program.
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index 4fb14fd2..9a9c5c4c 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -44,6 +44,11 @@ on top of the existing device configurations.
44For more information on these xkb configuration options, see 44For more information on these xkb configuration options, see
45*xkeyboard-config*(7). 45*xkeyboard-config*(7).
46 46
47*input* <identifier> xkb_file <file_name>
48 Sets all xkb configurations from a complete .xkb file. This file can be
49 dumped from _xkbcomp $DISPLAY keymap.xkb_. This setting overrides
50 xkb_layout, xkb_model, xkb_options, xkb_rules, and xkb_variant settings.
51
47*input* <identifier> xkb_layout <layout_name> 52*input* <identifier> xkb_layout <layout_name>
48 Sets the layout of the keyboard like _us_ or _de_. 53 Sets the layout of the keyboard like _us_ or _de_.
49 54