diff options
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
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[] = { { "default_orientation", cmd_default_orientation }, { "set", cmd_set }, { "swaybg_command", cmd_swaybg_command }, + { "workspace_layout", cmd_workspace_layout }, }; /* Runtime-only commands. Keep alphabetized */ |