From 4022957c1f975f636825a005d3a74c22079e4c0b Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 7 Sep 2003 19:34:13 +0000 Subject: startup script --- data/startup.in | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 data/startup.in diff --git a/data/startup.in b/data/startup.in new file mode 100644 index 0000000..492c06e --- /dev/null +++ b/data/startup.in @@ -0,0 +1,49 @@ +# fluxbox startup-script: +# +# Lines starting with a `#' are ignored. + +# You can set your favourite wallpaper here if you don't want +# to do it from your style. +# +# bsetbg -f ~/pictures/wallpaper.png +# +# This sets a black background + +@pkgbindir@/bsetroot -solid black + +# This shows the fluxbox-splash-screen +# fbsetbg -C /usr/share/fluxbox/splash.jpg + +# Other examples. Check man xset for details. +# +# Turn off beeps: +# xset -b +# +# Increase the keyboard repeat-rate: +# xset r rate 195 35 +# +# Your own fonts-dir: +# xset +fp $HOME/.font +# +# Your favourite mouse cursor: +# xsetroot -cursor_name right_ptr +# +# Change your keymap: +# xmodmap ~/.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 @pkgbindir@/fluxbox +# or if you want to keep a log: +# exec @pkgbindir@/fluxbox -log ~/.fluxbox/log \ No newline at end of file -- cgit v0.11.2