aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-05-05 20:03:46 +0100
committerGitHub <noreply@github.com>2018-05-05 20:03:46 +0100
commit786727d8bbd00f44f1b29368a3579cbe6899ba16 (patch)
tree80579da473fb095b61a4693a1ab009d2fb6ea595 /sway/commands.c
parentb4249166f309a46c15dd3a5734594aee961b723b (diff)
parent967b14c2279b6a09830912b09d54668119045967 (diff)
downloadsway-786727d8bbd00f44f1b29368a3579cbe6899ba16.tar.xz
Merge branch 'master' into usr-lib
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) {