summaryrefslogtreecommitdiff
path: root/doc/openbox-session.1
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-15 23:47:46 +0000
committerDana Jansens <danakj@orodu.net>2007-05-15 23:47:46 +0000
commit07a34428c0a03d322e725f315cde64d737967a57 (patch)
treedae5d51e6934116c927f6d30bfc336337136662e /doc/openbox-session.1
parentd30809e5faf681a00035d9913a762f25db8de6b5 (diff)
add the manpages..
Diffstat (limited to 'doc/openbox-session.1')
-rw-r--r--doc/openbox-session.139
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/openbox-session.1 b/doc/openbox-session.1
new file mode 100644
index 00000000..1aded857
--- /dev/null
+++ b/doc/openbox-session.1
@@ -0,0 +1,39 @@
+.TH "OPENBOX" "1"
+.SH "NAME"
+openbox-session \(em Runs an Openbox session without any session manager.
+
+.SH "DESCRIPTION"
+.PP
+\fBopenbox-session\fR runs an openbox session without
+any session manager. Without a session manager, you will not be able
+to save your state from one log in to the next.
+.PP
+On log in, \fBopenbox-session\fR will run the
+~/.config/openbox/autostart.sh script if it exists, and will run the
+system-wide script /opt/openbox/etc/xdg/openbox/autostart.sh otherwise. You may
+place anything you want to run automatically in those files, for example:
+
+.PP
+.RS
+.PP
+.nf
+xsetroot \-solid grey &
+gnome-settings-daemon &
+.fi
+.RE
+.PP
+Make sure that each line is followed by a "&" or else the script will
+stop there and further commands will not be executed. You can use the
+/opt/openbox/etc/xdg/openbox/autostart.sh file as an example for creating your
+own.
+.SH "SEE ALSO"
+.PP
+openbox(1), openbox-kde-session (1), openbox-gnome-session (1).
+
+.PP
+The program's full documentation is available on the website:
+\fBhttp://openbox.org/\fP
+.PP
+Please report bugs to: \fBhttp://bugzilla.icculus.org/
+\fP
+.\" created by instant / docbook-to-man, Mon 14 May 2007, 22:02