X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.fluxbox%2Fstartup;fp=etc%2Fskel%2F.fluxbox%2Fstartup;h=067f6ec520ab6b0a6143b2d5b3020a21a64e1575;hb=4a5a058f1fef6f26401abf1bb852d2d7ea929d1f;hp=0000000000000000000000000000000000000000;hpb=85ddb6f6b3d0d17a35cb2d8fcd3d948567b3d71b;p=grml-desktop.git diff --git a/etc/skel/.fluxbox/startup b/etc/skel/.fluxbox/startup new file mode 100755 index 0000000..067f6ec --- /dev/null +++ b/etc/skel/.fluxbox/startup @@ -0,0 +1,18 @@ +#!/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