dotfiles/zshrc: enable Vulkan renderer on balozi
This commit is contained in:
parent
276bb1c239
commit
82f581d0a5
@ -42,9 +42,6 @@ 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
|
||||||
# 2023-12-27: use Vulkan renderer in Sway
|
|
||||||
# 2024-03-23: still buggy
|
|
||||||
#export WLR_RENDERER=vulkan
|
|
||||||
|
|
||||||
# 2023-02-05: tell pip/poetry not to probe for keyrings. I'm not publishing
|
# 2023-02-05: tell pip/poetry not to probe for keyrings. I'm not publishing
|
||||||
# packages to pypi.org and the popup during pip/poetry install is annoying.
|
# packages to pypi.org and the popup during pip/poetry install is annoying.
|
||||||
@ -55,6 +52,13 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
|||||||
# See: https://github.com/bit-team/backintime/issues/1247
|
# See: https://github.com/bit-team/backintime/issues/1247
|
||||||
export RSYNC_OLD_ARGS=1
|
export RSYNC_OLD_ARGS=1
|
||||||
{%@@ endif @@%}
|
{%@@ endif @@%}
|
||||||
|
|
||||||
|
{%@@ if profile == "balozi" @@%}
|
||||||
|
# 2023-12-27: use Vulkan renderer in Sway
|
||||||
|
# 2024-03-23: still buggy
|
||||||
|
# 2025-01-02: seem to work on newer Intel
|
||||||
|
export WLR_RENDERER=vulkan
|
||||||
|
{%@@ endif @@%}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Enable zsh completions for mise version manager
|
# Enable zsh completions for mise version manager
|
||||||
|
Loading…
x
Reference in New Issue
Block a user