etc/profile.d: add 99-wayland.sh

This commit is contained in:
Aminda Suomalainen 2024-07-17 09:09:12 +03:00
parent 4e53f9f781
commit a8bfd98c0f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#export QT_QPA_PLATFORMTHEME="kde"
export GDK_BACKEND=wayland
export QT_QPA_PLATFORM=wayland
export CLUTTER_BACKEND=wayland
export SDL_VIDEODRIVER=wayland
export ELECTRON_OZONE_PLATFORM_HINT=wayland
export MOZ_ENABLE_WAYLAND=1