aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/startfluxbox.txt
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-05 15:52:06 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-05 15:52:06 (GMT)
commita46a4aef08abaf548437b688c38d9e5eb99f7eb8 (patch)
tree6dad4e7ab0bad005a5a93f7f82c877fdff080040 /doc/asciidoc/startfluxbox.txt
parent3d6d7f8183c2424f83de0f4dd8d3e172f245d623 (diff)
downloadfluxbox-a46a4aef08abaf548437b688c38d9e5eb99f7eb8.zip
fluxbox-a46a4aef08abaf548437b688c38d9e5eb99f7eb8.tar.bz2
Documentation: white-spaces and minor formatting
Diffstat (limited to 'doc/asciidoc/startfluxbox.txt')
-rw-r--r--doc/asciidoc/startfluxbox.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/asciidoc/startfluxbox.txt b/doc/asciidoc/startfluxbox.txt
index ef537aa..0d020b1 100644
--- a/doc/asciidoc/startfluxbox.txt
+++ b/doc/asciidoc/startfluxbox.txt
@@ -4,7 +4,7 @@ Jim Ramsay <i.am@jimramsay.com>
4v1.3.5, 13 February 2013 4v1.3.5, 13 February 2013
5:man source: startfluxbox.txt 5:man source: startfluxbox.txt
6:man version: {revision} 6:man version: {revision}
7:man manual: Fluxbox Manual 7:man manual: Fluxbox Manual
8 8
9NAME 9NAME
10---- 10----
@@ -25,9 +25,9 @@ doesn't exist it will be generated.
25FILES 25FILES
26----- 26-----
27*~/.fluxbox/startup*:: 27*~/.fluxbox/startup*::
28 This file contains all commands that should be executed before fluxbox is 28 This file contains all commands that should be executed before fluxbox is
29 started. The initial file contains helpful comments for beginners. It also 29 started. The initial file contains helpful comments for beginners. It also
30 starts fluxbox. 30 starts fluxbox.
31 31
32EXAMPLES 32EXAMPLES
33-------- 33--------
@@ -63,14 +63,14 @@ fluxbox* line above to something like this:
63.... 63....
64exec fluxbox & 64exec fluxbox &
65fbpid=$! 65fbpid=$!
66 66
67sleep 1 67sleep 1
68{ 68{
69 xsetroot -cursor_name left_ptr -fg white -bg black & 69 xsetroot -cursor_name left_ptr -fg white -bg black &
70 ipager & 70 ipager &
71 gkrellm2 & 71 gkrellm2 &
72} & 72} &
73 73
74wait $fbpid 74wait $fbpid
75.... 75....
76So xsetroot, ipager, and gkrellm2 will all be started after fluxbox, after 76So xsetroot, ipager, and gkrellm2 will all be started after fluxbox, after