Skip to content

Commit

Permalink
Set XCURSOR_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaIvanovV authored and youbitchoc committed Jun 29, 2023
1 parent 78b74fa commit 229b813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dwl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2287,6 +2287,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
Expand Down

0 comments on commit 229b813

Please sign in to comment.