diff options
-rw-r--r-- | etc/startx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ ## vim:ft=zsh if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] { - touch /tmp/.afterboot + touch /tmp/.x-started unsetopt bg_nice startx &! exit } |