Skip to content
Snippets Groups Projects
Commit 156b2364 authored by akiraohgaki's avatar akiraohgaki
Browse files

Refresh kwin

parent 5b2b9341
No related branches found
No related tags found
No related merge requests found
...@@ -293,6 +293,9 @@ bool SystemHandler::applyKdeAuroraeTheme(const QString &path) const ...@@ -293,6 +293,9 @@ bool SystemHandler::applyKdeAuroraeTheme(const QString &path) const
return false; return false;
} }
auto refreshMessage = QDBusMessage::createMethodCall("org.kde.KWin", "/KWin", "org.kde.KWin", "reconfigure");
QDBusConnection::sessionBus().call(refreshMessage);
return true; return true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment