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

@ -164,6 +164,7 @@ sway_sources = files(
'commands/input/xkb_numlock.c',
'commands/input/xkb_options.c',
'commands/input/xkb_rules.c',
'commands/input/xkb_switch_layout.c',
'commands/input/xkb_variant.c',
'commands/output/background.c',