aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
blob: 277492d0d70fd141cfd03cf55a9bb2de16145a56 (plain)
1
2
3
if [ -z "${DISPLAY}" ] && [ "{XDG_VTNR}" -eq 1 ]; then
    exec startx
fi