diff --git a/home/fuji/home.nix b/home/fuji/home.nix index 7d893d6..067f5c5 100644 --- a/home/fuji/home.nix +++ b/home/fuji/home.nix @@ -181,6 +181,11 @@ in }; settings = { + # Workaround for QtWebEngine screen flicker/flash on Wayland+Intel + qt.args = [ + "disable-gpu-compositing" + "enable-features=VaapiVideoDecoder,VaapiVideoEncoder" + ]; colors.webpage.preferred_color_scheme = "dark"; content.notifications.enabled = false; content.pdfjs = true;