#!/bin/sh
# This file will be generated by startfluxbox if it is not present.
# Unfortunately the generated file is insufficient with grml as it
# runs unwanted commands. This file prevents that and can be used as
# a skeleton for your own modifications.

# 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 &

# 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
