aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2021-12-11 14:33:23 +0100
committerGitHub <noreply@github.com>2021-12-11 14:33:23 +0100
commit70288d7b68ed064e33fa32d96f19b3fa341271be (patch)
tree57275b76b00ba23e48d71c95cebbcba9f4b4c2e8 /include
parentb17117190d646348bb44c7fdf0adb0afc4413c99 (diff)
parent813336e06811186bc0636fc2e79155cea2641781 (diff)
downloadi3-70288d7b68ed064e33fa32d96f19b3fa341271be.tar.gz
i3-70288d7b68ed064e33fa32d96f19b3fa341271be.zip
Merge pull request #4710 from pstray/title_window_icon-toggle
Implement title_window_icon toggle
Diffstat (limited to 'include')
-rw-r--r--include/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h
index c27cba4a..d0f0140b 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -333,7 +333,7 @@ void cmd_shmlog(I3_CMD, const char *argument);
void cmd_debuglog(I3_CMD, const char *argument);
/**
- * Implementation of 'title_window_icon <yes|no>' and 'title_window_icon padding <px>'
+ * Implementation of 'title_window_icon <yes|no|toggle>' and 'title_window_icon <padding|toggle> <px>'
*
*/
void cmd_title_window_icon(I3_CMD, const char *enable, int padding);