Files @ cdf411165c6e
Branch filter:

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

Dennis Fink
Double quote to prevent globbing and word splitting.

https://www.shellcheck.net/wiki/SC2086
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 }})