diff --git a/zprofile b/zprofile index e62e211..fc043a8 100644 --- a/zprofile +++ b/zprofile @@ -4,4 +4,9 @@ if [ -z "$SSH_AUTH_SOCK" ] ; then grep -slR PRIVATE ~/.ssh/ | xargs ssh-add fi +# fix for firefox using xwayland instead of wayland native +if [ "$XDG_SESSION_TYPE" = "wayland" ]; then + export MOZ_ENABLE_WAYLAND=1 +fi + export TENDS_TO=42