From a8bfd98c0fd1626feaf3c3805fcb0cd782f50547 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 17 Jul 2024 09:09:12 +0300 Subject: [PATCH] etc/profile.d: add 99-wayland.sh --- etc/profile.d/99-wayland.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/profile.d/99-wayland.sh 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