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

Restart kwin and plasmashell

parent a311a180
No related branches found
No related tags found
No related merge requests found
......@@ -69,9 +69,9 @@ bool KdeTheme::applyAsCursor() const
notifyChange.setArguments(QVariantList() << QVariant(qint32(5)) << QVariant(qint32(0)));
QDBusConnection::sessionBus().send(notifyChange);
//QProcess::startDetached("kwin --replace");
//QProcess::startDetached("kquitapp5 plasmashell");
//QProcess::startDetached("kstart5 plasmashell");
QProcess::startDetached("kwin --replace");
QProcess::startDetached("kquitapp5 plasmashell");
QProcess::startDetached("kstart5 plasmashell");
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