#!/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}" &