From 43562568360bbc81fb99d1e9291fca7a9483792a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 23 Mar 2024 16:36:35 +0300 Subject: [PATCH] dotfiles/zshrc: disable vulkan WLR_RENDERER This is still buggy. Lots of flickering. --- dotfiles/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 3d7d9e8..5758856 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -43,7 +43,8 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then # Signal to xdg-desktop-portal that we're on Sway export XDG_CURRENT_DESKTOP=sway # 2023-12-27: use Vulkan renderer in Sway - export WLR_RENDERER=vulkan + # 2024-03-23: still buggy + #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.