From: Dana Jansens Date: Tue, 15 May 2007 23:48:01 +0000 (+0000) Subject: add the man pages.. X-Git-Tag: openbox-3_3_991-RELEASE~30 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9ee689d1257c261cae8223e44236edbefa7effa6;p=dana%2Fopenbox.git add the man pages.. --- 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