Remove debug logging for sway

This commit is contained in:
Pavle Portic 2024-03-18 15:51:24 +01:00
parent 4fa6d591dd
commit f99a35f9fc
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ fi
# sway on tty1
if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ] && [[ $(tty) = /dev/tty1 ]]; then
date=$(date +%Y-%m-%d-%H:%M:%S)
exec sway -d > ~/.local/share/sway-$date.log 2>&1
exec sway
fi
# startx on tty2
[[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty2 ]] && exec startx -- vt1