From e6b18e635e78a102157862acad1995a8896be6ab Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 20 May 2016 16:54:36 +0100 Subject: [PATCH] Do not prompt - focus does not work on new zealot for some reason --- dot/configs/xprofile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dot/configs/xprofile b/dot/configs/xprofile index 2a5ba1d..6304c78 100755 --- a/dot/configs/xprofile +++ b/dot/configs/xprofile @@ -7,8 +7,10 @@ echo '' -echo -n 'Hit return for windows... ' -read inputline +if [ "`uname -n`" != zealot ]; then + echo -n 'Hit return for windows... ' + read inputline +fi if [ "x$inputline" = x ] then exec .configs/x11start -- 2.30.2