docker-open-box-with-browse.../config/autostart.sh

10 lines
170 B
Bash

#!/bin/bash
# Disable screen saver and power saving
xset s off
xset s noblank
xset -dpms
# Start Firefox with configured homepage
firefox --url "${FIREFOX_HOMEPAGE}" &