aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/output.c
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2017-12-09 15:48:52 +0100
committerLibravatar emersion <contact@emersion.fr>2017-12-09 15:48:52 +0100
commit4a14aa9ad99a6f316024e110332a0b482e231543 (patch)
tree2340e6dbc5ffd05c4e2c239d316b42482a474315 /sway/commands/output.c
parentAdd new_output_config, update root container size on output hotplug (diff)
downloadsway-4a14aa9ad99a6f316024e110332a0b482e231543.tar.gz
sway-4a14aa9ad99a6f316024e110332a0b482e231543.tar.zst
sway-4a14aa9ad99a6f316024e110332a0b482e231543.zip
Remove output from layout
Diffstat (limited to 'sway/commands/output.c')
-rw-r--r--sway/commands/output.c2
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) {
227 if (output->name) { 227 if (output->name) {
228 // Try to find the output container and apply configuration now. If 228 // Try to find the output container and apply configuration now. If
229 // this is during startup then there will be no container and config 229 // this is during startup then there will be no container and config
230 // will be applied during normal "new output" event from wlc. 230 // will be applied during normal "new output" event from wlroots.
231 swayc_t *cont = NULL; 231 swayc_t *cont = NULL;
232 for (int i = 0; i < root_container.children->length; ++i) { 232 for (int i = 0; i < root_container.children->length; ++i) {
233 cont = root_container.children->items[i]; 233 cont = root_container.children->items[i];