1
0
Fork 0

.profile: start logging sway again

main
urosm 2024-07-15 00:20:51 +02:00
parent d9b211dca5
commit 0fa2ff7ba4
1 changed files with 1 additions and 1 deletions

View File

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