diff --git a/dist/.xsession b/dist/.xsession new file mode 100755 index 0000000..33927bc --- /dev/null +++ b/dist/.xsession @@ -0,0 +1,11 @@ +#!/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 diff --git a/setup/background.png b/dist/background.png similarity index 100% rename from setup/background.png rename to dist/background.png