Files @ c3309581c2ac
Branch filter:

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

x
Initial commit
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 }})