Files @ cb413875da2f
Branch filter:

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

Dennis Fink
Use shellvariable EUID to check if we are root
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 }})