Files
dotfiles/.zprofile

4 lines
62 B
Bash

if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then
exec sway
fi