mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
Fix invisible cursor on startup
This commit is contained in:
parent
573c29ab85
commit
86ad221938
1 changed files with 2 additions and 0 deletions
|
|
@ -931,6 +931,8 @@ 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, "left_ptr", NULL);
|
||||
wlr_cursor_warp(seat->cursor->cursor, NULL, seat->cursor->cursor->x,
|
||||
seat->cursor->cursor->y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue