From 060228eb6d5924c2b0ceba11258a221d9a7454bb Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 21 Jun 2025 07:29:35 +0300 Subject: [PATCH] profile.d/99-wayland.sh: add PROTON_ENABLE_WAYLAND=1 --- etc/profile.d/99-wayland.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/profile.d/99-wayland.sh b/etc/profile.d/99-wayland.sh index 98fb240d..a43fa0d0 100644 --- a/etc/profile.d/99-wayland.sh +++ b/etc/profile.d/99-wayland.sh @@ -9,3 +9,5 @@ export CLUTTER_BACKEND=wayland export SDL_VIDEODRIVER=wayland export ELECTRON_OZONE_PLATFORM_HINT=wayland export MOZ_ENABLE_WAYLAND=1 +export PROTON_ENABLE_WAYLAND=1 +export PROTON_ENABLE_HDR=1