Code Sample |
# 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=`cat $HOME/.desktop` # For German Keyboards if [ $KEYTABLE == "de" ]; then xmodmap -e "clear Mod4" -e "add Mod5 = Mode_switch" & fi if egrep -qv noicons /proc/cmdline 2>/dev/null; then iconsnap.lua &>/dev/null & xtdesk &>/dev/null & fi #dillo /usr/share/doc/dsl/getting_started.html &>/dev/null & case $DESKTOP in fluxbox ) fluxter -w &>/dev/null & mount.app &>/dev/null & asmem -withdrawn -bg black -fg white -memory red &>/dev/null & wmcpuload &>/dev/null & wmnet -w &>/dev/null & wmix &>/dev/null & wmapm & #<============================ thats the one exec fluxbox 2>/dev/null ;; jwm ) ./.background sleep 1 exec jwm ;; * ) exec fluxbox 2>/dev/null ;; esac |
Code Sample |
ln -s /usr/bin/wmapm /opt/wmapm/wmapm |