diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-04 17:03:38 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-04 17:03:38 +0530 |
| commit | fcc65f28ec1c295ac38d8944aca30afd25b56560 (patch) | |
| tree | ecdf0fd545460949085a1b9b10923a3eaf08e9e7 | |
| parent | dc32062aeec57719896b54b9bcb6d7f7a2f9fe74 (diff) | |
update
| -rw-r--r-- | dwl.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2502,8 +2502,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 |
