mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-06-02 04:04:23 +02:00
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:
parent
3142271882
commit
b0fd6777fc
2
main.c
2
main.c
@ -28,7 +28,7 @@
|
|||||||
#define countof(x) (sizeof(x) / sizeof(*x))
|
#define countof(x) (sizeof(x) / sizeof(*x))
|
||||||
|
|
||||||
/* client state */
|
/* client state */
|
||||||
static const char *namespace = "wlroots";
|
static const char *namespace = "wvkbd";
|
||||||
static struct wl_display *display;
|
static struct wl_display *display;
|
||||||
static struct wl_compositor *compositor;
|
static struct wl_compositor *compositor;
|
||||||
static struct wl_seat *seat;
|
static struct wl_seat *seat;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user