diff options
author | Drew DeVault <[email protected]> | 2018-05-05 11:08:33 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2018-05-05 11:08:33 -0400 |
commit | a8d1b05bac4cee56731d7e4aaafdcd0acd6bb787 (patch) | |
tree | 7a4017641b384f2c33fbcb3a23d3c2bc497a9d17 /sway/meson.build | |
parent | 8dae168b77173f086880db0878f0a4b34a53e8b3 (diff) | |
parent | 936226845fc08ee64b6914b233d901ae92994206 (diff) |
Merge pull request #1915 from RyanDwyer/title-format
Implement title_format
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 7c93b5c4..f70a8e44 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -60,6 +60,7 @@ sway_sources = files( 'commands/set.c', 'commands/split.c', 'commands/swaybg_command.c', + 'commands/title_format.c', 'commands/workspace.c', 'commands/ws_auto_back_and_forth.c', |