dotfiles/zshrc: disable vulkan WLR_RENDERER

This is still buggy. Lots of flickering.
This commit is contained in:
Alan Orth 2024-03-23 16:36:35 +03:00
parent d4415cf264
commit 4356256836
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 1 deletions

View File

@ -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.