diff options
author | Ikalco <[email protected]> | 2024-08-13 12:27:00 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-13 18:27:00 +0100 |
commit | 39df1f4dbfedf97a7f30f9de359f3b3415844380 (patch) | |
tree | 1dafc1a5c5ab879c3658f4842165b2c63ff9ba9e /src/Compositor.cpp | |
parent | 77cf651825c2afac69e3a827ff910a62c73e1218 (diff) | |
download | Hyprland-39df1f4dbfedf97a7f30f9de359f3b3415844380.tar.gz Hyprland-39df1f4dbfedf97a7f30f9de359f3b3415844380.zip |
cursormgr: fix cursor gsettings on session change (#7295)
Diffstat (limited to 'src/Compositor.cpp')
-rw-r--r-- | src/Compositor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Compositor.cpp b/src/Compositor.cpp index a2f7c52a..26a985ef 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -393,6 +393,7 @@ void CCompositor::initAllSignals() { } g_pConfigManager->m_bWantsMonitorReload = true; + g_pCursorManager->syncGsettings(); } else { Debug::log(LOG, "Session got deactivated!"); |