From fc44a989902743aefb8895f6e1c3e442416dac0d Mon Sep 17 00:00:00 2001 From: fanyx Date: Thu, 27 Apr 2023 11:22:10 +0200 Subject: [PATCH] Firefox: Enable Wayland --- .void.profile | 4 ++++ 1 file changed, 4 insertions(+) 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