summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-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"