summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/window_wayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_wayland.c b/src/window_wayland.c
index 1d3be16..2ab409b 100644
--- a/src/window_wayland.c
+++ b/src/window_wayland.c
@@ -983,7 +983,7 @@ static bool create_layer_shell(struct stl_window_wayland *wl, struct stl_monitor
zwlr_layer_surface_v1_set_size(wl->layer_surface, wl->w.width, wl->w.height);
zwlr_layer_surface_v1_set_anchor(wl->layer_surface, anchor);
zwlr_layer_surface_v1_add_listener(wl->layer_surface, &layer_surface_listener, wl);
- wl->cursor.shape = STELA_CURSOR_HIDDEN;
+ wl->cursor.shape = STELA_CURSOR_NORMAL;
wl->decorated = false;
return true;
}