Skip to content

Commit

Permalink
core: remove debug display name
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Feb 18, 2024
1 parent 77e4c6f commit e957c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/hyprlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <cuchar>

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);
Expand Down

0 comments on commit e957c74

Please sign in to comment.