diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c index 479c06cd8e..b6df672a5a 100644 --- a/video/out/wayland_common.c +++ b/video/out/wayland_common.c @@ -1429,7 +1429,7 @@ static int spawn_cursor(struct vo_wayland_state *wl) const char *xcursor_theme = getenv("XCURSOR_THEME"); const char *size_str = getenv("XCURSOR_SIZE"); - int size = 32; + int size = 24; if (size_str != NULL) { errno = 0; char *end;