ensure cursor is correctly scaled at startup

This commit is contained in:
bi4k8 2022-12-20 20:15:23 +00:00
parent 1b30edc778
commit c281159b1e

View file

@ -335,6 +335,9 @@ handle_output_manager_apply(struct wl_listener *listener, void *data)
wlr_xcursor_manager_load(server->seat.xcursor_manager,
output->wlr_output->scale);
}
/* Re-set cursor image in case scale changed */
cursor_update_focus(server);
}
/*