From 58382260def789bb9ea4b773813c183386270787 Mon Sep 17 00:00:00 2001 From: bi4k8 Date: Tue, 20 Dec 2022 20:15:23 +0000 Subject: [PATCH] ensure cursor is correctly scaled at startup --- src/output.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/output.c b/src/output.c index 0ae6f684..18a481f5 100644 --- a/src/output.c +++ b/src/output.c @@ -361,6 +361,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); } /*