Set WEBKIT_DISABLE_COMPOSITING_MODE to fix whatsapp performance
This commit is contained in:
parent
5d8af79ddd
commit
2b22171217
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue