aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 17:49:44 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 22:11:08 -0400
commit5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68 (patch)
tree08a5de486cfceb091b5b1faa5e8ea893bea1de57 /sway/meson.build
parentMove bar config into its own file (diff)
downloadsway-5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68.tar.gz
sway-5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68.tar.zst
sway-5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68.zip
Add swaybg_command
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 ac65d05e..54c03061 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -20,6 +20,7 @@ sway_sources = files(
20 'commands/seat/attach.c', 20 'commands/seat/attach.c',
21 'commands/seat/fallback.c', 21 'commands/seat/fallback.c',
22 'commands/set.c', 22 'commands/set.c',
23 'commands/swaybg_command.c',
23 'commands/bar/activate_button.c', 24 'commands/bar/activate_button.c',
24 'commands/bar/binding_mode_indicator.c', 25 'commands/bar/binding_mode_indicator.c',
25 'commands/bar/bindsym.c', 26 'commands/bar/bindsym.c',