#!/bin/sh
#
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.

# Change your keymap:
xmodmap "/home/gabriel/.Xmodmap"

# Applications you want to run with fluxbox.
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
#
# unclutter -idle 2 &
# wmnd &
# wmsmixer -w &
# idesk &
xrdb -load ~/.Xdefaults
#fbsetbg -f /home/gabriel/.fluxbox/backgrounds/nano-tubes.jpg
/home/gabriel/.fehbg 
#xscreensaver -no-splash &
#wmfishtime &
#wmcpuload -bl &
#wmmemload -bl -b -c &
#wmfire -f2 -c0 -c1 -c2 -c3 -c4 -c5 -m &
#wmcube -G -b &
#wmmatrix -sml &
#wmmixer -w -m /dev/mixer -r 2 &
#wmsmixer -w -s -a -l green &
#audacious &
#sleep 3 && volti &
#setxkbmap br &
sleep 3 && wbar &
#sleep 3 && x11vnc -noxdamage -forever -loop -rfbauth /home/gabriel/.vnc/passwd -display :0 &






# And last but not least we start fluxbox.
# Because it is the last app you have to run it with ''exec'' before it.

exec fluxbox
# or if you want to keep a log:
# exec fluxbox -log "/home/gabriel/.fluxbox/log"
