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