[qutebrowser] Enable vulkan and egl to render shit smooth af

This commit is contained in:
Sebastian Schulze 2022-02-15 22:29:38 +01:00
parent 2ffa169136
commit a254faff39
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ c.prompt.filebrowser = False
c.completion.height = "40%"
c.downloads.location.directory = '/home/bascht/Downloads/'
c.qt.args = ['--ignore-gpu-blocklist', '--enable-gpu-rasterization', '--enable-zero-copy', '--enable-features=VaapiVideoDecoder', '--enable-vulkan', '--use-gl=egl']
c.content.webgl = False
c.content.autoplay = False
c.content.geolocation = False