diff options
author | Nicolas Braud-Santoni <nicolas@braud-santoni.eu> | 2018-05-05 20:42:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-05 20:42:17 +0200 |
commit | 30c00b26966d8bdd491e808604b7da87ec89f679 (patch) | |
tree | d508d2e5999e6f258b49e6698fcc874ba03ca8b6 /sway/commands.c | |
parent | cb2a3e90360ed852f3ee46dfef3d28e69f4c3346 (diff) | |
parent | a8d1b05bac4cee56731d7e4aaafdcd0acd6bb787 (diff) | |
download | sway-30c00b26966d8bdd491e808604b7da87ec89f679.tar.xz |
Merge branch 'master' into spelling
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) { |