summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorRyan Dwyer <[email protected]>2018-05-29 17:24:28 +1000
committerGitHub <[email protected]>2018-05-29 17:24:28 +1000
commit3482eebaca090bff110199d5e00e59b4be376ff8 (patch)
tree31f597a3c0ed5fa617baf40c02ca6c629256d113 /sway/commands.c
parentbdf2f4d1c2260a9f0a98a5832c49e7094dabf486 (diff)
parentd76729af22c9c87e7827d681b733e17fc9abfbb3 (diff)
Merge pull request #2068 from RedSoxFan/workspace-layout
Add config parser for workspace_layout
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[] = {
{ "default_orientation", cmd_default_orientation },
{ "set", cmd_set },
{ "swaybg_command", cmd_swaybg_command },
+ { "workspace_layout", cmd_workspace_layout },
};
/* Runtime-only commands. Keep alphabetized */