Stop setting XCURSOR_THEME and XCURSOR_SIZE envvars

This commit is contained in:
Vlad Zahorodnii 2023-04-04 19:08:34 +03:00
parent 2d7bd94f16
commit 0edf264947

View file

@ -164,9 +164,6 @@ void Cursor::slotKGlobalSettingsNotifyChange(int type, int arg)
if (type == 5 /*CursorChanged*/) {
InputConfig::self()->inputConfig()->reparseConfiguration();
loadThemeFromKConfig();
// sync to environment
qputenv("XCURSOR_THEME", m_themeName.toUtf8());
qputenv("XCURSOR_SIZE", QByteArray::number(m_themeSize));
}
}