core: roundtrip after registering idle timers

fixes #7
This commit is contained in:
Vaxry 2024-02-18 23:45:00 +00:00
parent 411addbd9f
commit 56f334cbe8
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ void CHypridle::run() {
ext_idle_notification_v1_add_listener(l.notification, &idleListener, &l); ext_idle_notification_v1_add_listener(l.notification, &idleListener, &l);
} }
wl_display_roundtrip(m_sWaylandState.display);
Debug::log(LOG, "wayland done, registering dbus"); Debug::log(LOG, "wayland done, registering dbus");
try { try {