From 9ee689d1257c261cae8223e44236edbefa7effa6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 15 May 2007 23:48:01 +0000 Subject: [PATCH] add the man pages.. --- doc/openbox-session.1 | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 doc/openbox-session.1 diff --git a/doc/openbox-session.1 b/doc/openbox-session.1 new file mode 100644 index 00000000..6370da0f --- /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, Tue 15 May 2007, 19:04 -- 2.34.1