mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Remove output from layout
This commit is contained in:
parent
8764dc26c6
commit
4a14aa9ad9
3 changed files with 7 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue