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