diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-22 13:18:02 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-22 13:18:02 +0200 |
commit | b862fe83d4f900400a0a78149c7ac9819ffc249c (patch) | |
tree | d68ab18b29cb6af39ee0b14abbe55c0af781b6ce /etc/hosts/profile-nemesis | |
parent | f0837efc5edd3516be0881552a96eb26d2d4b26e (diff) |
Moved the startx script into a dedicated file
Diffstat (limited to 'etc/hosts/profile-nemesis')
l---------[-rw-r--r--] | etc/hosts/profile-nemesis | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/hosts/profile-nemesis b/etc/hosts/profile-nemesis index 751bd71..1f23414 100644..120000 --- a/etc/hosts/profile-nemesis +++ b/etc/hosts/profile-nemesis @@ -1,6 +1 @@ -## vim:ft=zsh -if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] { - touch /tmp/.afterboot - unsetopt bg_nice - startx &! exit -} +../startx
\ No newline at end of file |