diff --git a/sway/input/seat.c b/sway/input/seat.c index 82f4eb5f..bf7b7413 100644 --- a/sway/input/seat.c +++ b/sway/input/seat.c @@ -1080,9 +1080,6 @@ void seat_configure_xcursor(struct sway_seat *seat) { } } - // Reset the cursor so that we apply it to outputs that just appeared - cursor_set_image(seat->cursor, NULL, NULL); - cursor_set_image(seat->cursor, "default", NULL); wlr_cursor_warp(seat->cursor->cursor, NULL, seat->cursor->cursor->x, seat->cursor->cursor->y); }