diff options
Diffstat (limited to 'tinywl/tinywl.c')
-rw-r--r-- | tinywl/tinywl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinywl/tinywl.c b/tinywl/tinywl.c index af57284b..d3ff2d09 100644 --- a/tinywl/tinywl.c +++ b/tinywl/tinywl.c @@ -450,7 +450,7 @@ static void process_cursor_motion(struct tinywl_server *server, uint32_t time) { * default. This is what makes the cursor image appear when you move it * around the screen, not over any views. */ wlr_xcursor_manager_set_cursor_image( - server->cursor_mgr, "left_ptr", server->cursor); + server->cursor_mgr, "default", server->cursor); } if (surface) { /* |