Skip to content

Commit

Permalink
try new run script
Browse files Browse the repository at this point in the history
  • Loading branch information
paolini committed May 18, 2024
1 parent a92e24e commit 260465b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion start-schermo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 260465b

Please sign in to comment.