From 2ebf5090e054df302fd947a12479661606125320 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 27 Dec 2023 08:38:15 +0300 Subject: [PATCH] Revert "dotfiles/zshrc: use vulkan in Sway" This reverts commit 634e44346c6c4b550066b7ac5006074399f43994. This actually removed the setting entirely instead of enabling it. --- dotfiles/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index e4269d4..d76d5a4 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -47,6 +47,9 @@ 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-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.