From 56f334cbe8679d6600d125d3dd1e3abbefcd34e8 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 18 Feb 2024 23:45:00 +0000 Subject: [PATCH] core: roundtrip after registering idle timers fixes #7 --- src/core/Hypridle.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/Hypridle.cpp b/src/core/Hypridle.cpp index af317e8..9469ce0 100644 --- a/src/core/Hypridle.cpp +++ b/src/core/Hypridle.cpp @@ -69,6 +69,8 @@ void CHypridle::run() { ext_idle_notification_v1_add_listener(l.notification, &idleListener, &l); } + wl_display_roundtrip(m_sWaylandState.display); + Debug::log(LOG, "wayland done, registering dbus"); try {