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 --- lib/common.nix | 1 + linux.nix | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/lib/common.nix b/lib/common.nix index 98d187a..585464c 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -12,6 +12,7 @@ in GPGID = gpgid; EDITOR = "${pkgs.vim}/bin/vim"; LANG = locale; + LC_ALL = locale; LANGUAGE = locale; PATH = "${homedir}/bin:${homedir}/.local/bin:$PATH"; PAGER = "${pkgs.bat}/bin/bat"; 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