aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index b55ea58c..6f5113f8 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -169,6 +169,7 @@ static struct cmd_handler config_handlers[] = {
169 { "default_orientation", cmd_default_orientation }, 169 { "default_orientation", cmd_default_orientation },
170 { "set", cmd_set }, 170 { "set", cmd_set },
171 { "swaybg_command", cmd_swaybg_command }, 171 { "swaybg_command", cmd_swaybg_command },
172 { "workspace_layout", cmd_workspace_layout },
172}; 173};
173 174
174/* Runtime-only commands. Keep alphabetized */ 175/* Runtime-only commands. Keep alphabetized */