Firefox: Enable Wayland
This commit is contained in:
parent
3f84acd935
commit
fc44a98990
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue