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
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 1 additions and 0 deletions

View File

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