fuji/home/qutebrowser: temp disable gpu-compositing
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user