mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 13:41:59 -07:00
cursormgr: don't set x theme in changeTheme
This commit is contained in:
@@ -230,8 +230,5 @@ void CCursorManager::changeTheme(const std::string& name, const int size) {
|
||||
if (!m_pHyprcursor->valid())
|
||||
Debug::log(ERR, "Hyprcursor failed loading theme \"{}\", falling back to X.", m_szTheme);
|
||||
|
||||
setenv("XCURSOR_SIZE", std::to_string(m_iSize).c_str(), true);
|
||||
setenv("XCURSOR_THEME", name.c_str(), true);
|
||||
|
||||
updateTheme();
|
||||
}
|
||||
|
Reference in New Issue
Block a user