From 8f53c7fa5c6533832a95410cc8dd6b5019192acf Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 27 Dec 2023 08:39:57 +0300 Subject: [PATCH] dotfiles/zshrc: use vulkan renderer in Sway --- dotfiles/zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index d76d5a4..c2cf475 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -47,9 +47,8 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then export SDL_VIDEODRIVER=wayland # Signal to xdg-desktop-portal that we're on Sway export XDG_CURRENT_DESKTOP=sway - # 2022-12-26: use Vulkan renderer in Sway - # 2023-01-03: a bit buggy on older Intel, especially in Thunderbird (even on new Intel) - #export WLR_RENDERER=vulkan + # 2023-12-27: use Vulkan renderer in Sway + export WLR_RENDERER=vulkan # 2023-02-05: tell pip/poetry not to probe for keyrings. I'm not publishing # packages to pypi.org and the popup during pip/poetry install is annoying.