From 26530303435b917cc0b434ee89a51b057fcdb626 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 19 Dec 2023 23:14:58 -0500 Subject: [PATCH] set ELECTRON_OZONE_PLATFORM_HINT for Wayland support in Electron v28+ --- config-files/shell-profile | 1 + 1 file changed, 1 insertion(+) diff --git a/config-files/shell-profile b/config-files/shell-profile index b05916a..fd24ef8 100644 --- a/config-files/shell-profile +++ b/config-files/shell-profile @@ -2,6 +2,7 @@ # WAYLAND ENV export MOZ_ENABLE_WAYLAND=1 +export ELECTRON_OZONE_PLATFORM_HINT=auto export WAYLAND_PROTOCOLS_DATADIR="/usr/share/wayland-protocols" # XDG ENV