From 854b75867eaf92e7bdc55b82a0b96de5d615a6c0 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Tue, 28 Oct 2025 21:27:51 -0400 Subject: set namespace to suggpicker --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 39d8cea..848041b 100644 --- a/main.c +++ b/main.c @@ -18,7 +18,7 @@ exit(1) /* client state */ -static const char *namespace = "wlroots"; +static const char *namespace = "suggpicker"; static struct wl_display *display; static struct wl_compositor *compositor; static struct wl_seat *seat; -- cgit 1.4.1