Crunchbang Fluxbox Start

3 min read

Deviation Actions

ElderVLaCoste's avatar
Published:
2.1K Views
,#!/bin/sh
#
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.

# Change your keymap:
xmodmap "/home/evl/.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 &

#(sleep 10s && cairo-compmgr) &

#cb-compmgr --xcompmgr &

#xcompmgr &

## Start Wmdrawer
##wmdrawer &

## Start Wbar
#(sleep 15s && wbar -bpress -above-desk -balfa 1 -nanim 5.0 -pos top -idist 10.0 -isize 40.0 -zoomf 1.1) &

## Start Thunar Daemon
thunar --daemon &

## Start adeskbar
##(sleep 6s && adeskbar) &

## Start Xfce4 Panel
## xfce4-panel &

## Gnome Volume Control
#gnome-volume-control-applet &

##Start Volti
#volti &

## Start volumeicon
(sleep 4s && volumeicon) &

## Start Volwheel
#~/Bin/volwheel-0.2.3/volwheel &

## Launch network manager applet
(sleep 4s && nm-applet) &

## Start radiotray
#radiotray &

##Start Dropbox
#(sleep 45s && dropbox start) &

# Autostart the Dropbox deamon
(sleep 10s && ~/.dropbox-dist/dropboxd) &

##Start Tomboy Notes
#(sleep 30s && tomboy) &

##Start Mint Updater
#(sleep 60s && mintupdate-launcher start) &

## Start Conky
#(sleep 8s && conky -c ~/.conky/Zenix/blue) &
#(conky -c ~/.conky/digitalclock/digital) &
#(conky -c ~/.conky/digitalclock/digitalblue) &
#(sleep 15s && conky -c ~/.conky/cairosidebar/conkyrc) &
#(sleep 15s && conky -c ~/.conky/gotham) &
#(sleep 8s && conky -c ~/.conky/Dasha/Dasha_conkyrc) &
#(sleep 8s && conky -c ~/.conky/RoundClock/roundclock) &
#(sleep 8s && conky -c ~/.conky/RoundClockOrange/RoundClockOrange) &
(sleep 8s && conky -c ~/.conky/conkyrc_madbox) &
#(sleep 8s && conky -c ~/.conky/conkyrc_madboxcpu) &
#(sleep 8s && conky -c ~/.conky/conkyrc_madboxram) &
#(sleep 8s && conky -c ~/.conky/Tiny/TinyConky) &
#(sleep 8s && conky -c ~/.conky/OneLine/OneLine) &
#(sleep 8s && conky -c ~/.conky/Zenix/green) &
#(sleep 8s && conky -c ~/.conky/Elder/OB_Room_plus) &
#(sleep 4s && conky -c ~/.conky/conkyrc_cbflux) &
#(sleep 4s && conky -c ~/.conky/Orange/conkyrc_orange) &
##(sleep 4s && conky -c ~/.conky/Green/conkyrc_green) &
#(sleep 8s && conky -c ~/.conky/Blue/conkyrc_blue) &
#(sleep 4s && conky -c ~/.conky/.conkyrc_geek) &
(sleep 8s && conky -c ~/.conky/Weather/.conkyrc_weather) &
#(sleep 10s && conky -c ~/.conky/.conkyrc_cpuram) &
##(sleep 10s && conky -c ~/.conky/dot/.conkyrc_dot) &
#(sleep 10s && conky -c ~/.conky/moc/conkyrc_moc) &
#(sleep 15s && conky -c ~/.conkyrc) &

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

nitrogen --restore &
sleep 3s
exec fluxbox

# or if you want to keep a log:
# exec fluxbox -log "/home/evl/.fluxbox/log"
© 2011 - 2024 ElderVLaCoste
Comments4
Join the community to add your comment. Already a deviant? Log In
vrkalak's avatar
Excellent.

I've been looking for 2 days ... needed a good How-to script for adding/changing the Fluxbox WM for #!Crunchbang.