diff --git a/shm.c b/shm.c index 7476aef5..607492ac 100644 --- a/shm.c +++ b/shm.c @@ -64,7 +64,7 @@ shm_get_buffer(struct wl_shm *shm, int width, int height, size_t copies) pixman_image_t *pix = NULL; /* Backing memory for SHM */ - pool_fd = memfd_create("f00sel-wayland-shm-buffer-pool", MFD_CLOEXEC); + pool_fd = memfd_create("foot-wayland-shm-buffer-pool", MFD_CLOEXEC); if (pool_fd == -1) { LOG_ERRNO("failed to create SHM backing memory file"); goto err;