cursormgr: fix cursor gsettings on session change (#7295)

This commit is contained in:
Ikalco
2024-08-13 12:27:00 -05:00
committed by GitHub
parent 77cf651825
commit 39df1f4dbf
5 changed files with 11 additions and 4 deletions

View File

@@ -53,6 +53,7 @@ class CCursorManager {
void updateTheme();
SCursorImageData dataFor(const std::string& name); // for xwayland
void setXWaylandCursor();
void syncGsettings();
void tickAnimatedCursor();
@@ -75,4 +76,4 @@ class CCursorManager {
Hyprcursor::SCursorShapeData m_sCurrentCursorShapeData;
};
inline std::unique_ptr<CCursorManager> g_pCursorManager;
inline std::unique_ptr<CCursorManager> g_pCursorManager;