tick hyprctl separately

This commit is contained in:
vaxerski 2022-07-31 00:27:32 +02:00
parent 4610b3d864
commit edac94bed1
5 changed files with 24 additions and 13 deletions

View file

@ -120,8 +120,6 @@ void Events::listener_monitorFrame(void* owner, void* data) {
g_pCompositor->sanityCheckWorkspaces();
g_pAnimationManager->tick();
HyprCtl::tickHyprCtl(); // so that we dont get that race condition multithread bullshit
g_pConfigManager->dispatchExecOnce(); // We exec-once when at least one monitor starts refreshing, meaning stuff has init'd
if (g_pConfigManager->m_bWantsMonitorReload)