From 3ad90e1d73111a95c4a612c25fc95de46187d4c4 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sun, 31 May 2026 11:55:16 +0200 Subject: [PATCH] fuji/home/qutebrowser: temp disable gpu-compositing --- home/fuji/home.nix | 5 +++++ 1 file changed, 5 insertions(+) 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;