X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcommands.h;h=6d1046d4b74cece97c59ee2ee36e475dbb13eeda;hb=05fb9096362e788f032de6eccea2d7fea03317ab;hp=afb3c32abb605fd04a4c95ece8f18def5f04f273;hpb=43386c51d413dc569cfd4939d534f8396f01586d;p=i3%2Fi3 diff --git a/include/commands.h b/include/commands.h index afb3c32a..6d1046d4 100644 --- a/include/commands.h +++ b/include/commands.h @@ -67,7 +67,7 @@ void cmd_move_con_to_workspace_number(I3_CMD, char *which); void cmd_resize(I3_CMD, char *way, char *direction, char *resize_px, char *resize_ppt); /** - * Implementation of 'border normal|none|1pixel|toggle'. + * Implementation of 'border normal|pixel []', 'border none|1pixel|toggle'. * */ void cmd_border(I3_CMD, char *border_style_str, char *border_width); @@ -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 ' *