Pixman to be safe

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

View File

@ -23,7 +23,7 @@
# Sway outputs
home.sessionVariables = {
"WLR_NO_HARDWARE_CURSORS" = "1";
"WLR_RENDERER" = "gles2";
"WLR_RENDERER" = "pixman";
"WLR_RENDER_DRM_DEVICE" = "/dev/dri/renderD128";
"WLR_RENDERER_ALLOW_SOFTWARE" = "1";
};