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 sevz17 committed Jun 2, 2023
1 parent a5e4592 commit f8884ff
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 @@ -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
Expand Down

0 comments on commit f8884ff

Please sign in to comment.