Files @ 4d7f924adca6
Branch filter:

Location: ChaosStuff/cnc-dashboard/roles/kiosk/templates/openboxAutocomplete.j2

Dennis Fink
Use cd ... || exit in case cd fails.

https://www.shellcheck.net/wiki/SC2164
1
2
3
4
5
6
7
8
(sleep 1s && xset s off) &
(sleep 1s && xset s noblank) &
(sleep 1s && xset -dpms) &
(sleep 1s && setxkbmap -option terminate:ctrl_alt_bksp) &
(sleep 1s && unclutter) &
(sleep 1s && firefox --kiosk {{ dashboardUrl }}) &
(sleep 1s && {{ barrierCommand }})