From 9047ab30a095deb4260b78a42b00a7ff94e638d8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 15 May 2007 05:22:39 +0000 Subject: [PATCH] add the openbox-session manpage --- doc/openbox-session.1.sgml | 90 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 doc/openbox-session.1.sgml diff --git a/doc/openbox-session.1.sgml b/doc/openbox-session.1.sgml new file mode 100644 index 0000000..e32c48e --- /dev/null +++ b/doc/openbox-session.1.sgml @@ -0,0 +1,90 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + 1"> + OPENBOX"> + +]> + + + + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Runs an Openbox session without any session manager. + + + + DESCRIPTION + + &dhpackage; 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. + + On log in, &dhpackage; 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: + + +
+ xsetroot -solid grey & + gnome-settings-daemon &
+ + 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. + +
+ + SEE ALSO + + openbox(1), openbox-kde-session (1), openbox-gnome-session (1). + + + The program's full documentation is available on the website: + http://openbox.org/ + + Please report bugs to: http://bugzilla.icculus.org/ + + +
+ + + + -- 1.9.1