diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-05-05 11:08:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-05 11:08:33 -0400 |
commit | a8d1b05bac4cee56731d7e4aaafdcd0acd6bb787 (patch) | |
tree | 7a4017641b384f2c33fbcb3a23d3c2bc497a9d17 /include/sway/commands.h | |
parent | 8dae168b77173f086880db0878f0a4b34a53e8b3 (diff) | |
parent | 936226845fc08ee64b6914b233d901ae92994206 (diff) |
Merge pull request #1915 from RyanDwyer/title-format
Implement title_format
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r-- | include/sway/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index 0732a90a..d39ac56c 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -144,6 +144,7 @@ sway_cmd cmd_splitt; sway_cmd cmd_splitv; sway_cmd cmd_sticky; sway_cmd cmd_swaybg_command; +sway_cmd cmd_title_format; sway_cmd cmd_unmark; sway_cmd cmd_workspace; sway_cmd cmd_ws_auto_back_and_forth; |