From b0fd6777fc3df50fe013f2148bc8d9676bc9ec00 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sat, 26 Apr 2025 09:04:26 -0400 Subject: [PATCH] namespace: change to wvkbd Hyprland recently added a layerrule to allow certain layers to appear on the lockscreen, but layers only identify themselves by the namespace. Signed-off-by: Maarten van Gompel --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 2b65e0b..502d2f5 100644 --- a/main.c +++ b/main.c @@ -28,7 +28,7 @@ #define countof(x) (sizeof(x) / sizeof(*x)) /* client state */ -static const char *namespace = "wlroots"; +static const char *namespace = "wvkbd"; static struct wl_display *display; static struct wl_compositor *compositor; static struct wl_seat *seat;