dotfiles/zshrc: use vulkan on Sway

Seems to work fine on all Intel now.
This commit is contained in:
Alan Orth 2025-02-10 09:14:43 +03:00
parent 82f581d0a5
commit 539102d713
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -53,10 +53,7 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
export RSYNC_OLD_ARGS=1 export RSYNC_OLD_ARGS=1
{%@@ endif @@%} {%@@ endif @@%}
{%@@ if profile == "balozi" @@%} {%@@ if profile == "knafeh" or profile == "balozi" @@%}
# 2023-12-27: use Vulkan renderer in Sway
# 2024-03-23: still buggy
# 2025-01-02: seem to work on newer Intel
export WLR_RENDERER=vulkan export WLR_RENDERER=vulkan
{%@@ endif @@%} {%@@ endif @@%}
fi fi