diff --git a/layershellv1integration.cpp b/layershellv1integration.cpp index 5527405b96..b434131d37 100644 --- a/layershellv1integration.cpp +++ b/layershellv1integration.cpp @@ -200,7 +200,7 @@ void LayerShellV1Integration::rearrange() { m_rearrangeTimer->stop(); - const QVector outputs = kwinApp()->platform()->outputs(); + const QVector outputs = kwinApp()->platform()->enabledOutputs(); for (AbstractOutput *output : outputs) { rearrangeOutput(output); }