diff options
author | Simon Ser <[email protected]> | 2019-06-09 21:17:28 +0300 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2019-06-09 15:20:14 -0400 |
commit | 2bccb387d81298ffd3b88a193deb3e32c0b6c494 (patch) | |
tree | eda04f72b85e4b3251fc18336b925c67a9678b7c /sway/meson.build | |
parent | 84e4061bf40ab8749fb467e5662ea495d98036ab (diff) |
Add a new xkb_switch_layout command
This allows users to programatically change the active layout.
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 262d7057..99dab7e7 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -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', |