diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-29 17:41:02 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-29 22:11:08 -0400 |
commit | 569b2bfd5daae5b3be49772bdca4a3f224e20629 (patch) | |
tree | 56e1d9e37cc5ffdca34d2f86a0e297cd06ffaf83 /sway/meson.build | |
parent | bf7a4cd0ebd465a0597e9eec0142fad222b396de (diff) |
Move bar config into its own file
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 8fcb0dbf..ac65d05e 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -64,6 +64,7 @@ sway_sources = files( 'commands/reload.c', 'commands/workspace.c', 'config.c', + 'config/bar.c', 'config/output.c', 'config/seat.c', 'config/input.c', |