cursormgr: fix cursor gsettings on session change (#7295)
This commit is contained in:
parent
77cf651825
commit
39df1f4dbf
5 changed files with 11 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue