From 260465b6ec8b28c80f80546ac4ba439da1ba1677 Mon Sep 17 00:00:00 2001 From: Emanuele Paolini Date: Sat, 18 May 2024 10:57:09 +0200 Subject: [PATCH] try new run script --- start-schermo.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/start-schermo.sh b/start-schermo.sh index a7ae223..455ae17 100755 --- a/start-schermo.sh +++ b/start-schermo.sh @@ -2,12 +2,24 @@ export DISPLAY=:0 +echo sleep 10 + sleep 10 +echo killall + killall firefox-esr +echo sleep 2 + sleep 2 -unclutter & +echo unclutter + +unclutter >/dev/null 2>&1 & + +echo run firefox nohup firefox --kiosk https://unipisa.github.io/dm-monitor >/dev/null 2>&1 & + +echo done \ No newline at end of file