diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/hosts/profile-nemesis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/hosts/profile-nemesis b/etc/hosts/profile-nemesis index e03c32a..751bd71 100644 --- a/etc/hosts/profile-nemesis +++ b/etc/hosts/profile-nemesis @@ -1,5 +1,5 @@ ## vim:ft=zsh -if [[ -z $SSH_CONNECTION && ! -e /tmp/.afterboot ]] { +if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] { touch /tmp/.afterboot unsetopt bg_nice startx &! exit |