This commit is contained in:
Nathan McCarty 2023-06-18 19:28:04 -04:00
parent 1b341d757d
commit 2208229187
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 2 deletions

View File

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