1
0
Fork 0

.profile: disable WLR_RENDERER=vulkan for now

main
urosm 2024-09-21 18:06:37 +02:00
parent 711172dca9
commit 06769b1238
1 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,6 @@ if [ "$(tty)" = "/dev/tty1" ] && command -v sway >/dev/null; then
export BROWSER=firefox
# run sway
export XDG_CURRENT_DESKTOP=sway
export WLR_RENDERER=vulkan
# export WLR_RENDERER=vulkan
exec systemd-cat -t sway sway
fi