From b390bc630ecd38553eeafbdf824a61086644d537 Mon Sep 17 00:00:00 2001 From: Andrew Pirie Date: Tue, 4 Feb 2025 13:51:17 +0000 Subject: zsh: use WLR_RENDERER=vulkan --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 3addc2a..1ae1053 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -15,6 +15,7 @@ if [ "$(tty)" = "/dev/tty1" ]; then export GDK_BACKEND="wayland,x11" export LIBVA_DRIVER_NAME=radeonsi export AMD_VULKAN_ICD=RADV + export WLR_RENDERER=vulkan ;; *) export GDK_BACKEND="wayland" -- cgit v1.2.3