Compare commits
2 Commits
d88642c3d3
...
8f53c7fa5c
Author | SHA1 | Date | |
---|---|---|---|
8f53c7fa5c
|
|||
2ebf5090e0
|
@ -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
|
||||||
|
# 2023-12-27: use Vulkan renderer in Sway
|
||||||
|
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.
|
||||||
|
Reference in New Issue
Block a user