[sway] Remove Vulkan WLR_RENDERER again and just tune qute flags

This commit is contained in:
Sebastian Schulze 2022-07-15 12:01:32 +02:00
parent 37e37d22d2
commit 42dc345dde
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,6 @@ export SWAYSOCK
# See https://github.com/swaywm/wlroots/issues/1873
export WLR_DRM_NO_MODIFIERS=1
export WLR_RENDERER=vulkan
#exec sway --debug --verbose 2> ~/sway-$(date +%Y-%m-%d-%H%M%S).log
exec sway 1>&1 > /dev/null
exec dbus-run-session sway 1>&1 > /dev/null

View File

@ -21,7 +21,7 @@ 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.qt.args = ['ignore-gpu-blocklist', '--enable-zero-copy', '--enable-features=VaapiVideoDecoder', '--use-gl=egl', 'enable-accelerated-video-decode', 'enable-gpu-rasterization']
c.content.webgl = False
c.content.autoplay = False