aboutsummaryrefslogtreecommitdiff
path: root/util/startfluxbox.in
diff options
context:
space:
mode:
Diffstat (limited to 'util/startfluxbox.in')
-rwxr-xr-xutil/startfluxbox.in36
1 files changed, 5 insertions, 31 deletions
diff --git a/util/startfluxbox.in b/util/startfluxbox.in
index ee37675..3c083f3 100755
--- a/util/startfluxbox.in
+++ b/util/startfluxbox.in
@@ -33,40 +33,14 @@ else
33 fi 33 fi
34 if [ ! -r "$startup" ]; then 34 if [ ! -r "$startup" ]; then
35 ( cat << EOF 35 ( cat << EOF
36#!/bin/sh
37#
36# fluxbox startup-script: 38# fluxbox startup-script:
37# 39#
38# Lines starting with a '#' are ignored. 40# Lines starting with a '#' are ignored.
39 41
40# You can set your favourite wallpaper here if you don't want
41# to do it from your style.
42#
43# fbsetbg -f $HOME/pictures/wallpaper.png
44#
45# This sets a black background
46
47@pkgbindir@/@pkgprefix@fbsetroot@pkgsuffix@ -solid black
48
49# This shows the fluxbox-splash-screen
50# @pkgprefix@fbsetbg@pkgsuffix@ -C @pkgdatadir@/splash.jpg
51
52# Other examples. Check man xset for details.
53#
54# Turn off beeps:
55# xset -b
56#
57# Increase the keyboard repeat-rate:
58# xset r rate 195 35
59#
60# Your own fonts-dir:
61# xset +fp "$HOME/.fonts"
62#
63# Your favourite mouse cursor:
64# xsetroot -cursor_name right_ptr
65#
66# Change your keymap: 42# Change your keymap:
67# xmodmap "$HOME/.Xmodmap" 43xmodmap "$HOME/.Xmodmap"
68
69
70 44
71# Applications you want to run with fluxbox. 45# Applications you want to run with fluxbox.
72# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END. 46# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
@@ -79,9 +53,9 @@ else
79# And last but not least we start fluxbox. 53# And last but not least we start fluxbox.
80# Because it is the last app you have to run it with ''exec'' before it. 54# Because it is the last app you have to run it with ''exec'' before it.
81 55
82exec @pkgbindir@/@pkgprefix@fluxbox@pkgsuffix@ 56exec @pkgprefix@fluxbox@pkgsuffix@
83# or if you want to keep a log: 57# or if you want to keep a log:
84# exec @pkgbindir@/@pkgprefix@fluxbox@pkgsuffix@ -log "$fluxdir/log" 58# exec @pkgprefix@fluxbox@pkgsuffix@ -log "$fluxdir/log"
85EOF 59EOF
86 ) > "$startup" 60 ) > "$startup"
87 fi 61 fi