sisyphus/config/.zprofile

9 lines
116 B
Bash

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