aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorNicolas Braud-Santoni <nicolas@braud-santoni.eu>2018-05-05 20:42:17 +0200
committerGitHub <noreply@github.com>2018-05-05 20:42:17 +0200
commit30c00b26966d8bdd491e808604b7da87ec89f679 (patch)
treed508d2e5999e6f258b49e6698fcc874ba03ca8b6 /sway/commands.c
parentcb2a3e90360ed852f3ee46dfef3d28e69f4c3346 (diff)
parenta8d1b05bac4cee56731d7e4aaafdcd0acd6bb787 (diff)
downloadsway-30c00b26966d8bdd491e808604b7da87ec89f679.tar.xz
Merge branch 'master' into spelling
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) {