aboutsummaryrefslogtreecommitdiff
path: root/util/startfluxbox.in
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-04-26 00:56:51 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-04-26 00:56:51 (GMT)
commit40e17b4d0ef1b9503f21509e697dd4dcb24d2bbf (patch)
tree561e9ff127559c915eea87631859c64a7a1d979a /util/startfluxbox.in
parentc13bd3164e484befdc1dc5950137e0c4b58fa31c (diff)
downloadfluxbox-40e17b4d0ef1b9503f21509e697dd4dcb24d2bbf.zip
fluxbox-40e17b4d0ef1b9503f21509e697dd4dcb24d2bbf.tar.bz2
some updates for the startup file in modern times
Diffstat (limited to 'util/startfluxbox.in')
-rwxr-xr-xutil/startfluxbox.in16
1 files changed, 5 insertions, 11 deletions
diff --git a/util/startfluxbox.in b/util/startfluxbox.in
index ee37675..bf06ec9 100755
--- a/util/startfluxbox.in
+++ b/util/startfluxbox.in
@@ -37,17 +37,14 @@ else
37# 37#
38# Lines starting with a '#' are ignored. 38# Lines starting with a '#' are ignored.
39 39
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 40# This sets a black background
46 41
47@pkgbindir@/@pkgprefix@fbsetroot@pkgsuffix@ -solid black 42@pkgprefix@fbsetroot@pkgsuffix@ -solid black
48 43
49# This shows the fluxbox-splash-screen 44# You can set your favourite wallpaper here. You will also need to uncomment the
50# @pkgprefix@fbsetbg@pkgsuffix@ -C @pkgdatadir@/splash.jpg 45# line in $HOME/.@pkgprefix@fluxbox@pkgsuffix@/overlay or else your style will override it.
46#
47# @pkgprefix@fbsetbg@pkgsuffix@ -f $HOME/.@pkgprefix@fluxbox@pkgsuffix@/backgrounds/wallpaper.png
51 48
52# Other examples. Check man xset for details. 49# Other examples. Check man xset for details.
53# 50#
@@ -60,9 +57,6 @@ else
60# Your own fonts-dir: 57# Your own fonts-dir:
61# xset +fp "$HOME/.fonts" 58# xset +fp "$HOME/.fonts"
62# 59#
63# Your favourite mouse cursor:
64# xsetroot -cursor_name right_ptr
65#
66# Change your keymap: 60# Change your keymap:
67# xmodmap "$HOME/.Xmodmap" 61# xmodmap "$HOME/.Xmodmap"
68 62