aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-11-19 17:56:18 +0100
committerLibravatar GitHub <noreply@github.com>2018-11-19 17:56:18 +0100
commitbf7af9c690de1da94a5fa258747cd983cb61b707 (patch)
tree1b731331f1ea6ebb430a9bf4dbc1db482bc7ff5d /include/sway/commands.h
parentMerge pull request #3152 from camoz/master (diff)
parentImplement strip_workspace_name. (diff)
downloadsway-bf7af9c690de1da94a5fa258747cd983cb61b707.tar.gz
sway-bf7af9c690de1da94a5fa258747cd983cb61b707.tar.zst
sway-bf7af9c690de1da94a5fa258747cd983cb61b707.zip
Merge pull request #3083 from c-edw/feature/StripWorkspaceName
Implement strip_workspace_name.
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 2fe8a631..b0339313 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -198,6 +198,7 @@ sway_cmd bar_cmd_separator_symbol;
198sway_cmd bar_cmd_status_command; 198sway_cmd bar_cmd_status_command;
199sway_cmd bar_cmd_pango_markup; 199sway_cmd bar_cmd_pango_markup;
200sway_cmd bar_cmd_strip_workspace_numbers; 200sway_cmd bar_cmd_strip_workspace_numbers;
201sway_cmd bar_cmd_strip_workspace_name;
201sway_cmd bar_cmd_swaybar_command; 202sway_cmd bar_cmd_swaybar_command;
202sway_cmd bar_cmd_tray_output; 203sway_cmd bar_cmd_tray_output;
203sway_cmd bar_cmd_tray_padding; 204sway_cmd bar_cmd_tray_padding;