Auto Update
This commit is contained in:
parent
34ea49ceee
commit
78a7daba44
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue