From e957c7481445121aa8f84cadcdc71ee9820584f9 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 18 Feb 2024 23:17:54 +0000 Subject: [PATCH] core: remove debug display name --- src/core/hyprlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hyprlock.cpp b/src/core/hyprlock.cpp index 6af108b..4de1d55 100644 --- a/src/core/hyprlock.cpp +++ b/src/core/hyprlock.cpp @@ -8,7 +8,7 @@ #include CHyprlock::CHyprlock() { - m_sWaylandState.display = wl_display_connect("wayland-2"); + m_sWaylandState.display = wl_display_connect(nullptr); if (!m_sWaylandState.display) { Debug::log(CRIT, "Couldn't connect to a wayland compositor"); exit(1);