aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar Connor E <38229097+c-edw@users.noreply.github.com>2018-11-17 16:11:28 +0000
committerLibravatar Connor E <38229097+c-edw@users.noreply.github.com>2018-11-17 16:11:28 +0000
commit4bd46fb079fb5a32ee6eb2b297de273b261a9c71 (patch)
tree81dfd95a863ae17de78a6c69a14dd5698c6de862 /include/sway/commands.h
parentMerge pull request #3046 from tokyovigilante/relative-transform (diff)
downloadsway-4bd46fb079fb5a32ee6eb2b297de273b261a9c71.tar.gz
sway-4bd46fb079fb5a32ee6eb2b297de273b261a9c71.tar.zst
sway-4bd46fb079fb5a32ee6eb2b297de273b261a9c71.zip
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 6606775a..45f9addd 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;