dotfiles/zshrc: use vulkan in Sway

This is much more stable than the last time I tried it.
This commit is contained in:
Alan Orth 2023-12-24 22:09:14 +03:00
parent d96d8d6550
commit 634e44346c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 3 deletions

View File

@ -43,9 +43,6 @@ 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.