diff --git a/wayland.c b/wayland.c index 12e3f5b3..e9f7d063 100644 --- a/wayland.c +++ b/wayland.c @@ -1630,7 +1630,6 @@ wayl_reload_xcursor_theme(struct seat *seat, int new_scale) seat->pointer.cursor = NULL; } - const char *xcursor_theme = getenv("XCURSOR_THEME"); int xcursor_size = 24; { @@ -1642,6 +1641,8 @@ wayl_reload_xcursor_theme(struct seat *seat, int new_scale) } } + const char *xcursor_theme = getenv("XCURSOR_THEME"); + LOG_INFO("cursor theme: %s, size: %u, scale: %d", xcursor_theme, xcursor_size, new_scale);