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:
parent
80275fb1e7
commit
1042cb2ea7
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue