Skip to content

Commit

Permalink
main: Default XCURSOR_SIZE to 256
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Dec 5, 2023
1 parent 3dc93b7 commit 9894245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ int main(int argc, char **argv)
#endif

setenv( "XWAYLAND_FORCE_ENABLE_EXTRA_MODES", "1", 1 );
setenv( "XCURSOR_SIZE", "256", 1 );

raise_fd_limit();

Expand Down

0 comments on commit 9894245

Please sign in to comment.