From 539102d713f8e585ba7d8595c32e1ccb734073aa Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 10 Feb 2025 09:14:43 +0300 Subject: [PATCH] dotfiles/zshrc: use vulkan on Sway Seems to work fine on all Intel now. --- dotfiles/zshrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 5f35082..b40ffce 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -53,10 +53,7 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then export RSYNC_OLD_ARGS=1 {%@@ endif @@%} - {%@@ if profile == "balozi" @@%} - # 2023-12-27: use Vulkan renderer in Sway - # 2024-03-23: still buggy - # 2025-01-02: seem to work on newer Intel + {%@@ if profile == "knafeh" or profile == "balozi" @@%} export WLR_RENDERER=vulkan {%@@ endif @@%} fi