diff --git a/dot_zshrc b/dot_zshrc index 1b39275..13894a1 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -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