diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-06 06:40:18 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-06 06:40:18 (GMT) |
commit | c52a84a1704a2963b3d454a43617d8911778fb72 (patch) | |
tree | 256f5d56ab4e19912661e383fc645de57f642432 /util/startfluxbox.in | |
parent | 9e259590a2a59b89471bf3f42366c2209c69bf9c (diff) | |
download | fluxbox_pavel-c52a84a1704a2963b3d454a43617d8911778fb72.zip fluxbox_pavel-c52a84a1704a2963b3d454a43617d8911778fb72.tar.bz2 |
make wallpapers do The Right Thing (tm)
Diffstat (limited to 'util/startfluxbox.in')
-rwxr-xr-x | util/startfluxbox.in | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/util/startfluxbox.in b/util/startfluxbox.in index 64c48e3..3c083f3 100755 --- a/util/startfluxbox.in +++ b/util/startfluxbox.in | |||
@@ -39,30 +39,8 @@ else | |||
39 | # | 39 | # |
40 | # Lines starting with a '#' are ignored. | 40 | # Lines starting with a '#' are ignored. |
41 | 41 | ||
42 | # This sets a black background | ||
43 | |||
44 | @pkgprefix@fbsetroot@pkgsuffix@ -solid black | ||
45 | |||
46 | # You can set your favourite wallpaper here. You will also need to uncomment the | ||
47 | # line in $HOME/.@pkgprefix@fluxbox@pkgsuffix@/overlay or else your style will override it. | ||
48 | # | ||
49 | # @pkgprefix@fbsetbg@pkgsuffix@ -f $HOME/.@pkgprefix@fluxbox@pkgsuffix@/backgrounds/wallpaper.png | ||
50 | |||
51 | # Other examples. Check man xset for details. | ||
52 | # | ||
53 | # Turn off beeps: | ||
54 | # xset -b | ||
55 | # | ||
56 | # Increase the keyboard repeat-rate: | ||
57 | # xset r rate 195 35 | ||
58 | # | ||
59 | # Your own fonts-dir: | ||
60 | # xset +fp "$HOME/.fonts" | ||
61 | # | ||
62 | # Change your keymap: | 42 | # Change your keymap: |
63 | # xmodmap "$HOME/.Xmodmap" | 43 | xmodmap "$HOME/.Xmodmap" |
64 | |||
65 | |||
66 | 44 | ||
67 | # Applications you want to run with fluxbox. | 45 | # Applications you want to run with fluxbox. |
68 | # 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. |