Implement config parser for workspace_layout

This commit is contained in:
Brian Ashworth 2018-05-28 22:55:06 -04:00
parent bdf2f4d1c2
commit d76729af22
3 changed files with 23 additions and 0 deletions

View file

@ -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 */