diff options
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/Makefile | 2 | ||||
-rw-r--r-- | doc/asciidoc/startfluxbox.txt | 45 |
2 files changed, 46 insertions, 1 deletions
diff --git a/doc/asciidoc/Makefile b/doc/asciidoc/Makefile index bb48c1e..5561a4a 100644 --- a/doc/asciidoc/Makefile +++ b/doc/asciidoc/Makefile | |||
@@ -2,7 +2,7 @@ | |||
2 | # create manpages from the asciidoc files | 2 | # create manpages from the asciidoc files |
3 | # | 3 | # |
4 | 4 | ||
5 | SRC1 = fluxbox.txt fluxbox-remote.txt fbrun.txt fbsetbg.txt fbsetroot.txt | 5 | SRC1 = fluxbox.txt fluxbox-remote.txt fbrun.txt fbsetbg.txt fbsetroot.txt startfluxbox.txt |
6 | SRC5 = fluxbox-keys.txt fluxbox-apps.txt fluxbox-style.txt fluxbox-menu.txt | 6 | SRC5 = fluxbox-keys.txt fluxbox-apps.txt fluxbox-style.txt fluxbox-menu.txt |
7 | 7 | ||
8 | MAN = $(SRC1:.txt=.1.in) $(SRC5:.txt=.5.in) | 8 | MAN = $(SRC1:.txt=.1.in) $(SRC5:.txt=.5.in) |
diff --git a/doc/asciidoc/startfluxbox.txt b/doc/asciidoc/startfluxbox.txt new file mode 100644 index 0000000..5a43ca1 --- /dev/null +++ b/doc/asciidoc/startfluxbox.txt | |||
@@ -0,0 +1,45 @@ | |||
1 | startfluxbox(1) | ||
2 | =============== | ||
3 | Jim Ramsay <i.am@jimramsay.com> | ||
4 | v1.1.2, 18 February 2009 | ||
5 | :man source: startfluxbox.txt | ||
6 | :man version: {revision} | ||
7 | :man manual: Fluxbox Manual | ||
8 | |||
9 | NAME | ||
10 | ---- | ||
11 | startfluxbox - start a fluxbox session | ||
12 | |||
13 | SYNOPSIS | ||
14 | -------- | ||
15 | *startfluxbox* | ||
16 | |||
17 | DESCRIPTION | ||
18 | ----------- | ||
19 | *startfluxbox* is a script which runs the file *\~/.fluxbox/startup* If it | ||
20 | doesn't exist it will be generated. | ||
21 | |||
22 | *startfluxbox* should be started from your *\~/.xinitrc* if you use startx, or | ||
23 | *\~/.xsession* if you run a display manager, like xdm. | ||
24 | |||
25 | FILES | ||
26 | ----- | ||
27 | *~/.fluxbox/startup*:: | ||
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 | ||
30 | starts fluxbox. | ||
31 | |||
32 | ONLINE DOCUMENTATION | ||
33 | -------------------- | ||
34 | More extensive documentation for *startfluxbox(1)* can be found at::: | ||
35 | http://www.xs4all.nl/~hanb/software/fluxbox/startfluxbox.html | ||
36 | |||
37 | AUTHORS | ||
38 | ------- | ||
39 | The author of *startfluxbox(1)* is Han Boetes <han@fluxbox.org> | ||
40 | |||
41 | This manpage was updated to asciidoc format by Jim Ramsay <i.am@jimramsay.com> | ||
42 | |||
43 | SEE ALSO | ||
44 | -------- | ||
45 | fluxbox(1) | ||