aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/fbautostart.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/asciidoc/fbautostart.txt')
-rw-r--r--doc/asciidoc/fbautostart.txt85
1 files changed, 85 insertions, 0 deletions
diff --git a/doc/asciidoc/fbautostart.txt b/doc/asciidoc/fbautostart.txt
new file mode 100644
index 0000000..0ad7e05
--- /dev/null
+++ b/doc/asciidoc/fbautostart.txt
@@ -0,0 +1,85 @@
1fbautostart(1)
2==============
3Paul Tagliamonte <paultag@ubuntu.com>
4v2.7.0, 14 October 2010
5:man source: fbautostart.txt
6:man version: {revision}
7:man manual: fbautostart Manual
8
9NAME
10----
11fbautostart - Autostart all XDG applications
12
13SYNOPSIS
14--------
15*fbautostart* ['options']
16
17DESCRIPTION
18-----------
19*fbautostart(1)* is an XDG complaint startup tool. This will
20go through the directories set up by the spec, and start all
21applications that match it's current identifier. You may change
22that identifier with the *--window-manager* flag.
23
24This tool has almost no library dependencies and was written to be smart
25about that sort of stuff. There is a greater then average chance
26that you will find a bug, since it is a from-scratch implementation of the
27.desktop spec. Pleas report bugs. Please.
28
29FILES
30-----
31*~/.config/autostart*::
32 This folder contains the default user XDG dot-desktop files that
33 will be run ( unless it's overridden by an ENV variable )
34
35*/etc/xdg*::
36 This folder contains the default system XDG dot-desktop files that
37 will be run ( unless it's overridden by an ENV variable )
38
39
40OPTIONS
41-------
42*--noexec*::
43 Do not execute any of the files,
44 rather, display what would have been run
45
46*--window-manager* ['WMNAME']::
47 Override the compile-time default window
48 manager, and work on behalf of this instead.
49 This is helpful if you'd like to use this tool in
50 place of another DE's normal XDG Autostarting
51 application
52
53*--license*::
54 Show license information
55
56*--version*::
57 Show basic version information
58
59*--help*::
60 Show basic usage and flags
61
62ENVIRONMENT VARIABLES
63---------------------
64*XDG_CONFIG_HOME*::
65 The XDG root directory for the user's startup
66 files, which may override the global startup files.
67
68*XDG_CONFIG_DIRS*::
69 The root XDG directory, where global XDG files are
70 maintained.
71
72
73EXAMPLE
74-------
75....
76fbautostart
77....
78
79AUTHORS
80-------
81Paul Tagliamonte <paultag@ubuntu.com> for fbautostart 2.7
82
83SEE ALSO
84--------
85fluxbox(1)