aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2019-06-09 21:17:28 +0300
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-06-09 15:20:14 -0400
commit2bccb387d81298ffd3b88a193deb3e32c0b6c494 (patch)
treeeda04f72b85e4b3251fc18336b925c67a9678b7c /sway/meson.build
parentipc: add xkb_layout_names and xkb_active_layout_index (diff)
downloadsway-2bccb387d81298ffd3b88a193deb3e32c0b6c494.tar.gz
sway-2bccb387d81298ffd3b88a193deb3e32c0b6c494.tar.zst
sway-2bccb387d81298ffd3b88a193deb3e32c0b6c494.zip
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.build1
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(
164 'commands/input/xkb_numlock.c', 164 'commands/input/xkb_numlock.c',
165 'commands/input/xkb_options.c', 165 'commands/input/xkb_options.c',
166 'commands/input/xkb_rules.c', 166 'commands/input/xkb_rules.c',
167 'commands/input/xkb_switch_layout.c',
167 'commands/input/xkb_variant.c', 168 'commands/input/xkb_variant.c',
168 169
169 'commands/output/background.c', 170 'commands/output/background.c',