Compare commits

...

2 Commits

Author SHA1 Message Date
Alan Orth 8f53c7fa5c
dotfiles/zshrc: use vulkan renderer in Sway 2023-12-27 08:39:57 +03:00
Alan Orth 2ebf5090e0
Revert "dotfiles/zshrc: use vulkan in Sway"
This reverts commit 634e44346c.

This actually removed the setting entirely instead of enabling it.
2023-12-27 08:38:54 +03:00
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +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
# 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.