aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-09-29 12:03:01 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-09-29 12:03:01 +0530
commit7d4d1b5bc06030ee78ad0e5de1f223914fc3c51e (patch)
treec963314742a4f32892352f278e73c19bede6fe71 /dwl.c
parentf21899671bc5c8e6b9db93e3da66335b10416b98 (diff)
(update): Cursor size
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c4
1 files changed, 2 insertions, 2 deletions
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