summaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 2fe8a631..32925369 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -176,8 +176,9 @@ sway_cmd cmd_title_format;
176sway_cmd cmd_unmark; 176sway_cmd cmd_unmark;
177sway_cmd cmd_urgent; 177sway_cmd cmd_urgent;
178sway_cmd cmd_workspace; 178sway_cmd cmd_workspace;
179sway_cmd cmd_ws_auto_back_and_forth;
180sway_cmd cmd_workspace_layout; 179sway_cmd cmd_workspace_layout;
180sway_cmd cmd_ws_auto_back_and_forth;
181sway_cmd cmd_xwayland;
181 182
182sway_cmd bar_cmd_activate_button; 183sway_cmd bar_cmd_activate_button;
183sway_cmd bar_cmd_binding_mode_indicator; 184sway_cmd bar_cmd_binding_mode_indicator;