From f4465c405642643ac336a6d75f854bcf06b653bf Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 3 Jan 2023 10:47:31 +0300 Subject: [PATCH] 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. --- dotfiles/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 326b230..552ad92 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -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