aboutsummaryrefslogtreecommitdiff
path: root/doc/fbautostart.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fbautostart.1.in')
-rw-r--r--doc/fbautostart.1.in110
1 files changed, 110 insertions, 0 deletions
diff --git a/doc/fbautostart.1.in b/doc/fbautostart.1.in
new file mode 100644
index 0000000..0d5d41d
--- /dev/null
+++ b/doc/fbautostart.1.in
@@ -0,0 +1,110 @@
1'\" t
2.\" Title: fbautostart
3.\" Author: [see the "AUTHORS" section]
4.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5.\" Date: 01/31/2011
6.\" Manual: fbautostart Manual
7.\" Source: fbautostart.txt
8.\" Language: English
9.\"
10.TH "FBAUTOSTART" "1" "01/31/2011" "fbautostart\&.txt" "fbautostart Manual"
11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------
14.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15.\" http://bugs.debian.org/507673
16.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18.ie \n(.g .ds Aq \(aq
19.el .ds Aq '
20.\" -----------------------------------------------------------------
21.\" * set default formatting
22.\" -----------------------------------------------------------------
23.\" disable hyphenation
24.nh
25.\" disable justification (adjust text to left margin only)
26.ad l
27.\" -----------------------------------------------------------------
28.\" * MAIN CONTENT STARTS HERE *
29.\" -----------------------------------------------------------------
30.SH "NAME"
31fbautostart \- Autostart all XDG applications
32.SH "SYNOPSIS"
33.sp
34\fBfbautostart\fR [\fIoptions\fR]
35.SH "DESCRIPTION"
36.sp
37\fBfbautostart(1)\fR is an XDG complaint startup tool\&. This will go through the directories set up by the spec, and start all applications that match it\(cqs current identifier\&. You may change that identifier with the \fB\-\-window\-manager\fR flag\&.
38.sp
39This tool has almost no library dependencies and was written to be smart about that sort of stuff\&. There is a greater then average chance that you will find a bug, since it is a from\-scratch implementation of the \&.desktop spec\&. Pleas report bugs\&. Please\&.
40.SH "FILES"
41.PP
42\fB~/\&.config/autostart\fR
43.RS 4
44This folder contains the default user XDG dot\-desktop files that will be run ( unless it\(cqs overridden by an ENV variable )
45.RE
46.PP
47\fB/etc/xdg\fR
48.RS 4
49This folder contains the default system XDG dot\-desktop files that will be run ( unless it\(cqs overridden by an ENV variable )
50.RE
51.SH "OPTIONS"
52.PP
53\fB\-\-noexec\fR
54.RS 4
55Do not execute any of the files, rather, display what would have been run
56.RE
57.PP
58\fB\-\-window\-manager\fR [\fIWMNAME\fR]
59.RS 4
60Override the compile\-time default window manager, and work on behalf of this instead\&. This is helpful if you\(cqd like to use this tool in place of another DE\(cqs normal XDG Autostarting application
61.RE
62.PP
63\fB\-\-license\fR
64.RS 4
65Show license information
66.RE
67.PP
68\fB\-\-version\fR
69.RS 4
70Show basic version information
71.RE
72.PP
73\fB\-\-help\fR
74.RS 4
75Show basic usage and flags
76.RE
77.SH "ENVIRONMENT VARIABLES"
78.PP
79\fBXDG_CONFIG_HOME\fR
80.RS 4
81The XDG root directory for the user\(cqs startup files, which may override the global startup files\&.
82.RE
83.PP
84\fBXDG_CONFIG_DIRS\fR
85.RS 4
86The root XDG directory, where global XDG files are maintained\&.
87.RE
88.SH "EXAMPLE"
89.sp
90.if n \{\
91.RS 4
92.\}
93.nf
94fbautostart
95.fi
96.if n \{\
97.RE
98.\}
99.SH "AUTHORS"
100.sp
101Paul Tagliamonte <\m[blue]\fBpaultag@ubuntu\&.com\fR\m[]\&\s-2\u[1]\d\s+2> for fbautostart 2\&.7
102.SH "SEE ALSO"
103.sp
104fluxbox(1)
105.SH "NOTES"
106.IP " 1." 4
107paultag@ubuntu.com
108.RS 4
109\%mailto:paultag@ubuntu.com
110.RE