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;