aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-05-05 11:08:33 -0400
committerGitHub <noreply@github.com>2018-05-05 11:08:33 -0400
commita8d1b05bac4cee56731d7e4aaafdcd0acd6bb787 (patch)
tree7a4017641b384f2c33fbcb3a23d3c2bc497a9d17 /sway/commands.c
parent8dae168b77173f086880db0878f0a4b34a53e8b3 (diff)
parent936226845fc08ee64b6914b233d901ae92994206 (diff)
downloadsway-a8d1b05bac4cee56731d7e4aaafdcd0acd6bb787.tar.xz
Merge pull request #1915 from RyanDwyer/title-format
Implement title_format
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index efed7ddf..2e1cdc2c 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -182,6 +182,7 @@ static struct cmd_handler command_handlers[] = {
{ "splith", cmd_splith },
{ "splitt", cmd_splitt },
{ "splitv", cmd_splitv },
+ { "title_format", cmd_title_format },
};
static int handler_compare(const void *_a, const void *_b) {