aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-28 22:55:06 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-28 22:55:06 -0400
commitd76729af22c9c87e7827d681b733e17fc9abfbb3 (patch)
tree31f597a3c0ed5fa617baf40c02ca6c629256d113 /sway/commands.c
parentMerge pull request #2067 from RedSoxFan/force-fully-opaque-fullscreen (diff)
downloadsway-d76729af22c9c87e7827d681b733e17fc9abfbb3.tar.gz
sway-d76729af22c9c87e7827d681b733e17fc9abfbb3.tar.zst
sway-d76729af22c9c87e7827d681b733e17fc9abfbb3.zip
Implement 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[] = {
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 */