From 380a9401777a252830f3bcc23b299c7124e1ab75 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 19 Dec 2023 23:16:39 -0500 Subject: [PATCH] Unset MOZ_ENABLE_WAYLAND since Firefox now defaults to Wayland --- config-files/shell-profile | 1 - 1 file changed, 1 deletion(-) diff --git a/config-files/shell-profile b/config-files/shell-profile index fd24ef8..7ca70b5 100644 --- a/config-files/shell-profile +++ b/config-files/shell-profile @@ -1,7 +1,6 @@ #!/bin/sh # WAYLAND ENV -export MOZ_ENABLE_WAYLAND=1 export ELECTRON_OZONE_PLATFORM_HINT=auto export WAYLAND_PROTOCOLS_DATADIR="/usr/share/wayland-protocols"