sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 3f2518edc1707972a7221b70a1bcffb82fbfe958
parent 2bccb387d81298ffd3b88a193deb3e32c0b6c494
Author: Simon Ser <contact@emersion.fr>
Date:   Mon, 10 Jun 2019 08:38:56 +0300

Add missing docs for xkb_switch_layout

Diffstat:
Msway/sway-input.5.scd | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd @@ -57,6 +57,11 @@ For more information on these xkb configuration options, see *input* <identifier> xkb_rules <rules> Sets files of rules to be used for keyboard mapping composition. +*input* <identifier> xkb_switch_layout <index> + Changes the active keyboard layout index. This can be used when multiple + layouts are configured with `xkb_layout`. A list of layouts you can switch + between can be obtained with `swaymsg -t get_inputs`. + *input* <identifier> xkb_variant <variant> Sets the variant of the keyboard like _dvorak_ or _colemak_.