desktop: Tweak env variables for wayland
This commit is contained in:
parent
a756951d4b
commit
a7a836c6fa
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ in
|
||||||
QT_QPA_PLATFORM = "wayland";
|
QT_QPA_PLATFORM = "wayland";
|
||||||
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
||||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||||
# SDL_VIDEODRIVER = "wayland";
|
GDK_BACKEND = "wayland";
|
||||||
|
SDL_VIDEODRIVER = "wayland";
|
||||||
AMD_VULKAN_ICD = "RADV";
|
AMD_VULKAN_ICD = "RADV";
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue