Add a new xkb_switch_layout command

This allows users to programatically change the active layout.
This commit is contained in:
Simon Ser 2019-06-09 21:17:28 +03:00 committed by Drew DeVault
parent 84e4061bf4
commit 2bccb387d8
4 changed files with 56 additions and 1 deletions

View file

@ -260,6 +260,7 @@ sway_cmd input_cmd_xkb_model;
sway_cmd input_cmd_xkb_numlock;
sway_cmd input_cmd_xkb_options;
sway_cmd input_cmd_xkb_rules;
sway_cmd input_cmd_xkb_switch_layout;
sway_cmd input_cmd_xkb_variant;
sway_cmd output_cmd_background;