# put X windows programs that you want started here. # Be sure to add at the end of each command the & KEYTABLE="$(getknoppixparam.lua KEYTABLE)" DESKTOP="$(getoption.lua $HOME/.desktop wm)" ICONS="$(getoption.lua $HOME/.desktop icons)" umix -lf .umix 2>/dev/null [ -f .mouse_config ] && sh .mouse_config & # For non-US Keyboards if [ ${KEYTABLE:0:2} != "us" ]; then xmodmap -e "clear Mod4" -e "add Mod5 = Mode_switch" & fi [ "$ICONS" == "dfm" ] && /usr/bin/dfm & if egrep -qv lowram /proc/cmdline 2>/dev/null; then torsmo 2>/dev/null & fi /usr/X11R6/bin/unclutter & $HOME/start_slideshow.sh & xset s off [ -f ".$DESKTOP.inc" ] && ~/".$DESKTOP.inc" exec "${DESKTOP:=jwm}" 2>/dev/null