1 2 3 4 5 6 7 8 9 10 11
exec /usr/bin/fluxbox & fbpid=$! sleep 1 { xmodmap ~/.Xmodmap xbindkeys xpad --hide-old & conky --config=~/.conkyrc --daemonize xset -b }& wait $fbpid