diff options
author | Brian Ashworth <[email protected]> | 2018-05-28 22:55:06 -0400 |
---|---|---|
committer | Brian Ashworth <[email protected]> | 2018-05-28 22:55:06 -0400 |
commit | d76729af22c9c87e7827d681b733e17fc9abfbb3 (patch) | |
tree | 31f597a3c0ed5fa617baf40c02ca6c629256d113 /sway/commands.c | |
parent | bdf2f4d1c2260a9f0a98a5832c49e7094dabf486 (diff) |
Implement config parser for workspace_layout
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 */ |