.profile: disable WLR_RENDERER=vulkan for now
parent
711172dca9
commit
06769b1238
2
.profile
2
.profile
|
@ -57,6 +57,6 @@ if [ "$(tty)" = "/dev/tty1" ] && command -v sway >/dev/null; then
|
||||||
export BROWSER=firefox
|
export BROWSER=firefox
|
||||||
# run sway
|
# run sway
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
export WLR_RENDERER=vulkan
|
# export WLR_RENDERER=vulkan
|
||||||
exec systemd-cat -t sway sway
|
exec systemd-cat -t sway sway
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue