From cb04a8ded84a6a305a64107846a77fbe8c2abc2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 17 Apr 2018 21:30:54 +0200 Subject: [PATCH] Open smaller xfce4-terminal --- startmandrake1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startmandrake1.sh b/startmandrake1.sh index 5da6884..75a4687 100755 --- a/startmandrake1.sh +++ b/startmandrake1.sh @@ -37,7 +37,7 @@ echo ================================= echo ================================= set -x set +e -(source /home/georges/.profile; sleep 5; DISPLAY=:1 xfce4-terminal) & +(source /home/georges/.profile; sleep 8; cd /home/georges/; DISPLAY=:1 xfce4-terminal --geometry=80x25) & echo --------------------------------- echo --------------------------------- echo ---------------------------------