From 78a7daba44b5304f7ef999d8b493aab0d2317e41 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 11 Mar 2023 12:01:01 -0500 Subject: [PATCH] Auto Update --- files/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/.bashrc b/files/.bashrc index ac61ee8..0af9924 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -62,3 +62,7 @@ fi # source: https://stackoverflow.com/a/44232192 PATH="$(perl -e 'print join(":", grep { not $seen{$_}++ } split(/:/, $ENV{PATH}))')" + +if [ "$XDG_SESSION_TYPE" == "wayland" ]; then + export MOZ_ENABLE_WAYLAND=1 +fi