Enable wayland for firefox in Linux.

This commit is contained in:
Tom Alexander
2023-07-28 14:43:36 -04:00
parent 7960699636
commit 8bdae45e6c

View File

@@ -6,6 +6,7 @@ IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export XDG_CURRENT_DESKTOP=sway export XDG_CURRENT_DESKTOP=sway
export MOZ_ENABLE_WAYLAND=1
#export WLR_RENDERER=vulkan #export WLR_RENDERER=vulkan
exec sway -d &> $HOME/.config/swaylog exec sway -d &> $HOME/.config/swaylog