Set WEBKIT_DISABLE_COMPOSITING_MODE to fix whatsapp performance

This commit is contained in:
Evie Litherland-Smith 2024-11-06 07:27:52 +00:00
parent 5d8af79ddd
commit 2b22171217

View file

@ -7,6 +7,7 @@
sessionVariables = {
NIXOS_OZONE_WL = "1";
MOZ_ENABLE_WAYLAND = "1";
WEBKIT_DISABLE_COMPOSITING_MODE = "1";
XDG_SESSION_TYPE = "wayland";
QT_QPA_PLATFORM = "wayland";
};