No hardware cursors on vmware

This commit is contained in:
Nathan McCarty 2023-06-18 18:47:05 -04:00
parent dc0e76f40d
commit a23205be99
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 1 deletions

View File

@ -62,8 +62,8 @@
# Make hyprland work
environment.sessionVariables = {
# "WLR_NO_HARDWARE_CURSORS" = "1";
# "WLR_RENDERER" = "pixman";
"WLR_RENDERER_ALLOW_SOFTWARE" = "1";
"WLR_NO_HARDWARE_CURSORS" = "1";
};
}