diff options
author | emersion <contact@emersion.fr> | 2017-12-09 15:48:52 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-12-09 15:48:52 +0100 |
commit | 4a14aa9ad99a6f316024e110332a0b482e231543 (patch) | |
tree | 2340e6dbc5ffd05c4e2c239d316b42482a474315 /sway/commands/output.c | |
parent | 8764dc26c634379ca5b5c2c4fc26cf8be9adf027 (diff) |
Remove output from layout
Diffstat (limited to 'sway/commands/output.c')
-rw-r--r-- | sway/commands/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/output.c b/sway/commands/output.c index 11da0ff6..be78358a 100644 --- a/sway/commands/output.c +++ b/sway/commands/output.c @@ -227,7 +227,7 @@ struct cmd_results *cmd_output(int argc, char **argv) { if (output->name) { // Try to find the output container and apply configuration now. If // this is during startup then there will be no container and config - // will be applied during normal "new output" event from wlc. + // will be applied during normal "new output" event from wlroots. swayc_t *cont = NULL; for (int i = 0; i < root_container.children->length; ++i) { cont = root_container.children->items[i]; |