fuji/home/qutebrowser: temp disable gpu-compositing

This commit is contained in:
2026-05-31 11:55:16 +02:00
parent 8a6eac625d
commit 3ad90e1d73

View File

@@ -181,6 +181,11 @@ in
}; };
settings = { 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"; colors.webpage.preferred_color_scheme = "dark";
content.notifications.enabled = false; content.notifications.enabled = false;
content.pdfjs = true; content.pdfjs = true;