dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit f8884ffc2b7a4c0401f0a6710b679cd18b6b097d
parent a5e45924edeaeb9b763cdc75fd4ec413b2ec2ab5
Author: Nikita Ivanov <nikita.vyach.ivanov@gmail.com>
Date:   Sun, 28 May 2023 19:09:38 +0200

Set XCURSOR_SIZE

Diffstat:
Mdwl.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dwl.c b/dwl.c @@ -2260,6 +2260,7 @@ setup(void) * 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); /* * wlr_cursor *only* displays an image on screen. It does not move around