diff options
| author | Zach DeCook <zachdecook@librem.one> | 2025-10-28 21:27:51 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2025-10-28 21:27:51 -0400 |
| commit | 854b75867eaf92e7bdc55b82a0b96de5d615a6c0 (patch) | |
| tree | 238813da296fc0031a200ff3d0444c1b1b0abff9 /main.c | |
| parent | 5dde096498a6c078901a6ea8ad922932e7693f09 (diff) | |
| download | suggpicker.tar.gz | |
set namespace to suggpicker HEAD suggpicker
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
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; |
