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 <proycon@anaproy.nl>
This commit is contained in:
Zach DeCook 2025-04-26 09:04:26 -04:00 committed by Maarten van Gompel
parent 3142271882
commit b0fd6777fc

2
main.c
View File

@ -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;