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.
This commit is contained in:
parent
01bb3f6d3a
commit
96fb353c2c
@ -47,6 +47,8 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
|||||||
export SDL_VIDEODRIVER=wayland
|
export SDL_VIDEODRIVER=wayland
|
||||||
# Signal to xdg-desktop-portal that we're on Sway
|
# Signal to xdg-desktop-portal that we're on Sway
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
|
# 2022-12-26: use Vulkan renderer in Sway
|
||||||
|
export WLR_RENDERER=vulkan
|
||||||
{%@@ endif @@%}
|
{%@@ endif @@%}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user