Re-enable the vulkan renderer on linux.

It is no longer crashing on linux.
This commit is contained in:
Tom Alexander 2023-06-22 12:38:08 -04:00
parent eb547bf1bf
commit ab48b1e01f
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 1 additions and 1 deletions

View File

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