X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcommands.h;h=6d1046d4b74cece97c59ee2ee36e475dbb13eeda;hb=05fb9096362e788f032de6eccea2d7fea03317ab;hp=16b7e146175dff6f6541e313eb01c68392dc0af0;hpb=34183b97fd449c1292145e455037411eca1fb17a;p=i3%2Fi3 diff --git a/include/commands.h b/include/commands.h index 16b7e146..6d1046d4 100644 --- a/include/commands.h +++ b/include/commands.h @@ -276,6 +276,12 @@ void cmd_move_scratchpad(I3_CMD); */ void cmd_scratchpad_show(I3_CMD); +/** + * Implementation of 'title_format ' + * + */ +void cmd_title_format(I3_CMD, char *format); + /** * Implementation of 'rename workspace to ' *