Code Sample |
#!/bin/bash export IRCNICK=DSL SSH=`env | grep SSH_CONNECTION` #if [ -z "$SSH" ]; then startx; fi start_fluxdev |
Code Sample |
# put X windows programs that you want started here. # Be sure to add at the end of each command the & grep enhance /proc/cmdline >/dev/null if [ $? == 0 ]; then enhance &>/dev/null & fi #dillo -f /usr/share/doc/damnsmall/getting_started.html &>/dev/null & #/opt/firefox/firefox & #icewm-session #wmaker fluxbox |