diff --git a/etc/profile.d/99-wayland.sh b/etc/profile.d/99-wayland.sh new file mode 100644 index 00000000..f430e924 --- /dev/null +++ b/etc/profile.d/99-wayland.sh @@ -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