diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2011-01-20 18:51:47 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-20 18:51:47 +0100 | 
| commit | bcbeb635ed517e1182c336ece3cd5ac1f84508a8 (patch) | |
| tree | ed6b8d2f975b3f4c1b562399b73495245f9620d4 | |
| parent | eb01006573571b8e5fcc7cb7fe9e80acc11a4399 (diff) | |
zprofile: Autostart X += saviour
| -rw-r--r-- | etc/.zprofile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/etc/.zprofile b/etc/.zprofile index 3bc766a..2b8312d 100644 --- a/etc/.zprofile +++ b/etc/.zprofile @@ -21,7 +21,7 @@ echo  [[ -n $(echo Maildir/new/*(N)) ]] && pr_info "You have mail!"  [[ -r ${ZDIR}/local-profile ]] && source ${ZDIR}/local-profile -if [[ ${HOST} == descent && -z ${SSH_CONNECTION} && \ +if [[ ${HOST} == (descent|saviour) && -z ${SSH_CONNECTION} && \  	! -e /tmp/.x-started ]] \  {  	touch /tmp/.x-started | 
