From 0a600a4e42172fc7040892e583e824ece5f43b7c Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 30 Nov 2020 19:57:02 -0500 Subject: helium: fixing qutebrowser --- linux.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux.nix') diff --git a/linux.nix b/linux.nix index b2ed394..e0d0fff 100644 --- a/linux.nix +++ b/linux.nix @@ -420,6 +420,10 @@ in enable = true; settings = { "colors.webpage.darkmode.enabled" = true; + + # attempting to fix gl rendering + "qt.force_software_rendering" = "qt-quick"; + #"backend" = "webkit"; }; }; -- cgit v1.2.3