From 96fb353c2c64f10f2f4c825b4401c58a91cb59f4 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 26 Dec 2022 15:09:24 +0200 Subject: [PATCH] dotfiles/zshrc: use Vulkan renderer in Sway Sway 1.8 greatly improved their Vulkan renderer so I'm going to try to use it now. --- dotfiles/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index b10a9ce..326b230 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -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 + # 2022-12-26: use Vulkan renderer in Sway + export WLR_RENDERER=vulkan {%@@ endif @@%} fi