Enable vulkan for sway on both FreeBSD and Linux.

This commit is contained in:
Tom Alexander
2023-03-22 16:51:38 -04:00
parent ee1899cf4d
commit bf49396f8d
3 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ if [[ ! -v XDG_RUNTIME_DIR ]]; then
fi
export XDG_CURRENT_DESKTOP=sway
export WLR_RENDERER=vulkan
# Enable wayland support for firefox
export MOZ_ENABLE_WAYLAND=1