From 7d4d1b5bc06030ee78ad0e5de1f223914fc3c51e Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 29 Sep 2024 12:03:01 +0530 Subject: (update): Cursor size --- dwl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dwl.c') diff --git a/dwl.c b/dwl.c index 6a35190..3262b0a 100644 --- a/dwl.c +++ b/dwl.c @@ -2619,8 +2619,8 @@ setup(void) * Xcursor themes to source cursor images from and makes sure that cursor * images are available at all scale factors on the screen (necessary for * HiDPI support). Scaled cursors will be loaded with each output. */ - cursor_mgr = wlr_xcursor_manager_create(NULL, 24); - setenv("XCURSOR_SIZE", "24", 1); + cursor_mgr = wlr_xcursor_manager_create(NULL, 16); + setenv("XCURSOR_SIZE", "16", 1); /* * wlr_cursor *only* displays an image on screen. It does not move around -- cgit v1.2.3