From ad5186d1dc089d5e4b3040bd2e9a5fe6929dd189 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Tue, 10 Dec 2024 05:07:43 +0100 Subject: [PATCH] remove GSK_RENDERER=gl suspecting that it causes performance issues in Firefox --- etc/environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/environment b/etc/environment index 6fde171..8142deb 100644 --- a/etc/environment +++ b/etc/environment @@ -9,4 +9,4 @@ __GLX_VENDOR_LIBRARY_NAME=nvidia ELECTRON_OZONE_PLATFORM_HINT=wayland -GSK_RENDERER=gl +#GSK_RENDERER=gl