summaryrefslogtreecommitdiff
path: root/linux.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-11-30 19:57:02 -0500
committerBen Sima <ben@bsima.me>2020-11-30 19:57:02 -0500
commit0a600a4e42172fc7040892e583e824ece5f43b7c (patch)
treed1db89ba0e58dab1f19dad94d893c423fa84f689 /linux.nix
parent99ef642dfe29608329f43d7a514cb746b9704533 (diff)
helium: fixing qutebrowser
Diffstat (limited to 'linux.nix')
-rw-r--r--linux.nix4
1 files changed, 4 insertions, 0 deletions
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";
};
};