Wachalarm-Monitor/dist/.xsession
2016-01-23 12:48:59 +02:00

12 lines
326 B
Bash
Executable File

#!/bin/bash
nitrogen --set-centered background.png
xset s off # don't activate screensaver
xset -dpms # disable DPMS (Energy Star) features.
xset s noblank # don't blank the video device
unclutter -idle 5 -root & # hide cursor afer 5 seconds of inactivity
exec matchbox-window-manager -use_titlebar no