feat(sway/wayland): Set some wlroots env vars

Using the vulkan renderer explicitly seems to get rid of some XWayland
windows starting up blacked out.

Disabling the direct scanout to work around some issues i'm running into
with Proton apps.
This commit is contained in:
histalek 2024-12-16 12:43:48 +01:00
parent 80275fb1e7
commit 1042cb2ea7
Signed by: histalek
SSH key fingerprint: SHA256:6a6N2Wzk73nwURUHC/ubbCyqdB6yfie0Jv/NGvRcsIE

View file

@ -8,3 +8,7 @@ CLUTTER_BACKEND=wayland
QT_QPA_PLATFORMTHEME=qt6ct
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
# Experimenting with some wlroots env vars
WLR_SCENE_DISABLE_DIRECT_SCANOUT=1
WLR_RENDERER=vulkan