diff options
author | emersion <contact@emersion.fr> | 2018-05-05 20:03:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-05 20:03:46 +0100 |
commit | 786727d8bbd00f44f1b29368a3579cbe6899ba16 (patch) | |
tree | 80579da473fb095b61a4693a1ab009d2fb6ea595 /sway/commands.c | |
parent | b4249166f309a46c15dd3a5734594aee961b723b (diff) | |
parent | 967b14c2279b6a09830912b09d54668119045967 (diff) | |
download | sway-786727d8bbd00f44f1b29368a3579cbe6899ba16.tar.xz |
Merge branch 'master' into usr-lib
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
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) { |