From c281159b1e309efba98aff4316887cebe2b47406 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 7764b3b3..5ad0e979 100644 --- a/src/output.c +++ b/src/output.c @@ -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); } /*