dotfiles/zshrc: don't use Vulkan in Sway

It is really buggy on older Intel, and even on newer Intel apps like
Thunderbird are unusable.
This commit is contained in:
Alan Orth 2023-01-03 10:47:31 +03:00
parent 96fb353c2c
commit f4465c4056
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
# Signal to xdg-desktop-portal that we're on Sway
export XDG_CURRENT_DESKTOP=sway
# 2022-12-26: use Vulkan renderer in Sway
export WLR_RENDERER=vulkan
# 2023-01-03: a bit buggy on older Intel, especially in Thunderbird (even on new Intel)
#export WLR_RENDERER=vulkan
{%@@ endif @@%}
fi