dotfiles/zshrc: disable vulkan WLR_RENDERER
This is still buggy. Lots of flickering.
This commit is contained in:
parent
d4415cf264
commit
4356256836
@ -43,7 +43,8 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
||||
# Signal to xdg-desktop-portal that we're on Sway
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
# 2023-12-27: use Vulkan renderer in Sway
|
||||
export WLR_RENDERER=vulkan
|
||||
# 2024-03-23: still buggy
|
||||
#export WLR_RENDERER=vulkan
|
||||
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user