

http://sourceforge.net/projects/checkma ... es/Slacko/
Components :
-Ristretto 0.6.3
-Thunar 1.6.2
-Xfce-Settings-4.11
-Xfce terminal 0.6.1


Code: Select all
[ -f /usr/bin/xsetroot ] && xsetroot -cursor_name top_left_arrow
Code: Select all
CURRENTWM="`cat /etc/windowmanager`"
if [ "$CURRENTWM" = "xfce4-session" ];then
/usr/sbin/delayedrun &
exec xfce4-session
fi

Code: Select all
xwin xfce4-session

