NAME
startfluxbox - start a fluxbox sessionSYNOPSIS
startfluxboxDESCRIPTION
startfluxbox is a script which runs the file ~/.fluxbox/startup If it doesn’t exist it will be generated.FILES
~/.fluxbox/startupThis file contains all commands that should be
executed before fluxbox is started. The initial file contains helpful comments
for beginners. It also starts fluxbox.
EXAMPLES
The default ~/.fluxbox/startup is as follows:#!/bin/sh # # fluxbox startup-script: # # Lines starting with a '#' are ignored. # Change your keymap: xmodmap "$HOME/.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 & # 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 "$fluxdir/log"
exec fluxbox & fbpid=$! sleep 1 { xsetroot -cursor_name left_ptr -fg white -bg black & ipager & gkrellm2 & } & wait $fbpid
AUTHORS
The author of is Han Boetes <han at fluxbox.org>SEE ALSO
fluxbox(1)AUTHOR
Jim Ramsay <[email protected]>Author.
13 February 2013 | startfluxbox.txt |