Firefox: Enable Wayland

This commit is contained in:
fanyx 2023-04-27 11:22:10 +02:00
parent 3f84acd935
commit fc44a98990
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ export EDITOR=vim
export PAGER=less
export VISUAL=vim
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
fi
: ${SSH_AUTH_SOCK:=$XDG_RUNTIME_DIR/ssh-agent}
export SSH_AUTH_SOCK