martes, 21 de mayo de 2013

Fluxbox startup


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

# Change your keymap:
#xmodmap "/home/jorge/.Xmodmap"
synclient tapbutton1=1
setxkbmap es &
fbsetbg ~/Imágenes/Debian-Dark-2.jpg
xfce4-panel --disable-wm-check --sm-client-disable &
#sleep 2 && fbpanel &
sleep 2 && tilda &
sleep 2 && conky -q -c ~/.conkyrc2 &
sleep 2 && conky -q &
sleep 2 && wbar -pos left -vbar -balfa 0 -idist 0 -isize 36 -zoomf 1.2 -nanim 1 -nofont -jumpf 0 -falfa 100 -above-desk &
sleep 4 && dbus-launch tomboy &
sleep 4 && orage &
# 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 &
#
# Debian-local change:
# - fbautostart has been added with a quick hack to check to see if it
# exists. If it does, we'll start it up by default.
which fbautostart > /dev/null
if [ $? -eq 0 ]; then
fbautostart
fi

# 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/jorge/fluxbox.log"




Y vuelta la burra al trigo.