Removed zprofile since implementation of ly

This commit is contained in:
Tibo De Peuter 2022-05-25 10:50:43 +02:00
parent 6f4e90385c
commit e9e57f61cd

View file

@ -1,9 +0,0 @@
#
# ~/.zprofile
#
# Autostart sway on login
if [[ -z ${DISPLAY} && ${TTY} = /dev/tty1 ]] ; then
exec sway
fi