Auto Update

This commit is contained in:
matt1432 2023-03-11 13:22:53 -05:00
parent 92b5f82f15
commit d44bbf253a

View file

@ -65,5 +65,5 @@ PATH="$(perl -e 'print join(":", grep { not $seen{$_}++ } split(/:/, $ENV{PATH})
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland
export QT_QPA_PLATFORM=wayland-egl
fi