1
0
Fork 0

.profile: stop logging sway

main
urosm 2024-07-09 11:15:15 +02:00
parent fbc5415fd0
commit bccd9ceb41
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 systemd-cat --identifier sway sway
exec sway
fi