summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pirie <andrew@apirie.uk>2025-02-04 13:51:17 +0000
committerAndrew Pirie <andrew@apirie.uk>2025-02-04 13:51:17 +0000
commitb390bc630ecd38553eeafbdf824a61086644d537 (patch)
treeba59d4b8c493cddc50e95d289ffbf2f4fdf7041e
parent81548df0e949eb806d2a6d334ae1985f5b27d4a1 (diff)
downloaddotfiles-b390bc630ecd38553eeafbdf824a61086644d537.tar.gz
dotfiles-b390bc630ecd38553eeafbdf824a61086644d537.zip
zsh: use WLR_RENDERER=vulkan
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
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"