diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-08-14 05:52:39 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-08-14 05:52:39 (GMT) |
commit | e169d33552c8e7070aa6e13da0187f2013b4cfc3 (patch) | |
tree | ae9e92c7e885791c7f47645184070cbcd441ab94 /util/startfluxbox.in | |
parent | c82e7c0080f8a5c14dcf95ec92dc42f59ea9dd8b (diff) | |
parent | 91ca3bc5c8e2b892a9a81b18246f72aba7deebfd (diff) | |
download | fluxbox-e169d33552c8e7070aa6e13da0187f2013b4cfc3.zip fluxbox-e169d33552c8e7070aa6e13da0187f2013b4cfc3.tar.bz2 |
Merge branch 'master' into to_push
Diffstat (limited to 'util/startfluxbox.in')
-rwxr-xr-x | util/startfluxbox.in | 36 |
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" | 43 | xmodmap "$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 | ||
82 | exec @pkgbindir@/@pkgprefix@fluxbox@pkgsuffix@ | 56 | exec @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" |
85 | EOF | 59 | EOF |
86 | ) > "$startup" | 60 | ) > "$startup" |
87 | fi | 61 | fi |