aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 22:10:33 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 22:11:08 -0400
commit8efee109ad2ab4861f25e54e9f6d1ceb06203791 (patch)
tree9cd16bb63d16285620dc16a09da5582f211c0a87 /sway/meson.build
parentClean up imported bar commands (diff)
downloadsway-8efee109ad2ab4861f25e54e9f6d1ceb06203791.tar.gz
sway-8efee109ad2ab4861f25e54e9f6d1ceb06203791.tar.zst
sway-8efee109ad2ab4861f25e54e9f6d1ceb06203791.zip
Implement modes
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 54c03061..1e7ee7ae 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -16,6 +16,7 @@ sway_sources = files(
16 'commands/include.c', 16 'commands/include.c',
17 'commands/input.c', 17 'commands/input.c',
18 'commands/layout.c', 18 'commands/layout.c',
19 'commands/mode.c',
19 'commands/seat.c', 20 'commands/seat.c',
20 'commands/seat/attach.c', 21 'commands/seat/attach.c',
21 'commands/seat/fallback.c', 22 'commands/seat/fallback.c',