about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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;