aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Ed Younis <edyounis123@gmail.com>2019-07-12 19:04:29 -0700
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-07-17 19:26:58 -0400
commiteb770e88b7396e892898d6a71867d2a603e707ff (patch)
treeb4f04a7316b1c25286daabee57025fb1e7307919 /sway/meson.build
parentAdd missing description for focus_on_window_activation command in docs. (diff)
downloadsway-eb770e88b7396e892898d6a71867d2a603e707ff.tar.gz
sway-eb770e88b7396e892898d6a71867d2a603e707ff.tar.zst
sway-eb770e88b7396e892898d6a71867d2a603e707ff.zip
Implement input_cmd_xkb_file (#3999)
Adds a new commend "xkb_file", which constructs the internal xkb_keymap from a xkb file rather than an RMLVO configuration. This allows greater flexibility when specifying xkb configurations. An xkb file can be dumped with the xkbcomp program.
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 c60be008..934dbe68 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -160,6 +160,7 @@ sway_sources = files(
160 'commands/input/tap.c', 160 'commands/input/tap.c',
161 'commands/input/tap_button_map.c', 161 'commands/input/tap_button_map.c',
162 'commands/input/xkb_capslock.c', 162 'commands/input/xkb_capslock.c',
163 'commands/input/xkb_file.c',
163 'commands/input/xkb_layout.c', 164 'commands/input/xkb_layout.c',
164 'commands/input/xkb_model.c', 165 'commands/input/xkb_model.c',
165 'commands/input/xkb_numlock.c', 166 'commands/input/xkb_numlock.c',