diff options
Diffstat (limited to 'doc/openbox-session.1.in')
| -rw-r--r-- | doc/openbox-session.1.in | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/openbox-session.1.in b/doc/openbox-session.1.in new file mode 100644 index 00000000..58b4bafd --- /dev/null +++ b/doc/openbox-session.1.in @@ -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 @configdir@/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 +@configdir@/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, 20:08 |
