#!/bin/sh . /etc/init.d/rc.functions hsetroot -solid "#000000" xcompmgr -l 0.5 -t 0.5 -o 0.5 -r 2 -c & setxkbmap $(echo $LANG | cut -b 1-2) for script in `cd $0.d/; ls 2>/dev/null | sort`; do $0.d/$script done eval "$(grep "^$XORG_AUTOSTART " /usr/share/applications | sed "s/\S* //")" &