This commit is contained in:
Simon Ser 2023-11-17 00:01:12 +01:00 committed by GitHub
commit fa7bca9e9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1084,9 +1084,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);
}