sisyphus/config/.zprofile

10 lines
116 B
Text
Raw Normal View History

2022-04-27 11:40:17 +02:00
#
# ~/.zprofile
#
# Autostart sway on login
if [[ -z ${DISPLAY} && ${TTY} = /dev/tty1 ]] ; then
exec sway
fi