From 42dc345dde4fa9da8c64c62196e7f3b3e98e2539 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Fri, 15 Jul 2022 12:01:32 +0200 Subject: [PATCH] [sway] Remove Vulkan WLR_RENDERER again and just tune qute flags --- bin/executable_sway-run | 3 +-- dot_config/private_qutebrowser/config.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/executable_sway-run b/bin/executable_sway-run index d10df30..61c0e93 100644 --- a/bin/executable_sway-run +++ b/bin/executable_sway-run @@ -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 diff --git a/dot_config/private_qutebrowser/config.py b/dot_config/private_qutebrowser/config.py index 3b87773..e3bac55 100644 --- a/dot_config/private_qutebrowser/config.py +++ b/dot_config/private_qutebrowser/config.py @@ -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