diff --git a/.void.profile b/.void.profile index baa3aad..803a430 100644 --- a/.void.profile +++ b/.void.profile @@ -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