Give the popup to the timer remove so it does the right one
[mikachu/openbox.git] / doc / openbox-session.1.sgml
1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3 <!-- Process this file with docbook-to-man to generate an nroff manual
4      page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
5      the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6      less'.  A typical entry in a Makefile or Makefile.am is:
7
8 manpage.1: manpage.sgml
9         docbook-to-man $< > $@
10
11     
12         The docbook-to-man binary is found in the docbook-to-man package.
13         Please remember that if you create the nroff version in one of the
14         debian/rules file targets (such as build), you will need to include
15         docbook-to-man in your Build-Depends control field.
16
17   -->
18
19   <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
20   <!ENTITY dhucpackage "<refentrytitle>OPENBOX</refentrytitle>">
21   <!ENTITY dhpackage   "openbox-session">
22 ]>
23
24 <refentry>
25   <refmeta>
26     &dhucpackage;
27
28     &dhsection;
29   </refmeta>
30   <refnamediv>
31     <refname>&dhpackage;</refname>
32
33     <refpurpose>Runs an Openbox session without any session manager.
34       </refpurpose>
35   </refnamediv>
36   <refsect1>
37     <title>DESCRIPTION</title>
38
39     <para><command>&dhpackage;</command> runs an openbox session without
40       any session manager. Without a session manager, you will not be able
41       to save your state from one log in to the next.</para>
42
43     <para><command>&dhpackage;</command> does not take any command line
44       arguments.</para>
45
46     <para>On log in, <command>&dhpackage;</command> will run the
47       ~/.config/openbox/autostart.sh script if it exists, and will run the
48       system-wide script @configdir@/openbox/autostart.sh otherwise. You may
49       place anything you want to run automatically in those files, for example:
50       </para>
51
52     <blockquote><literallayout>
53       xsetroot -solid grey &
54       gnome-settings-daemon &</literallayout></blockquote>
55
56     <para>Make sure that each line is followed by a "&" or else the script will
57       stop there and further commands will not be executed. You can use the
58       @configdir@/openbox/autostart.sh file as an example for creating your
59       own.</para>
60
61   </refsect1>
62   <refsect1>
63     <title>SEE ALSO</title>
64
65     <para>openbox(1), openbox-session(1), openbox-gnome-session(1).
66       </para>
67
68     <para>The program's full documentation is available on the website:
69       <literal>http://icculus.org/openbox/</literal></para>
70
71     <para>Please report bugs to: <literal>http://bugzilla.icculus.org/
72       </literal></para>
73   </refsect1>
74 </refentry>
75
76 <!-- Keep this comment at the end of the file
77 Local variables:
78 mode: sgml
79 sgml-omittag:t
80 sgml-shorttag:t
81 sgml-minimize-attributes:nil
82 sgml-always-quote-attributes:t
83 sgml-indent-step:2
84 sgml-indent-data:t
85 sgml-parent-document:nil
86 sgml-default-dtd-file:nil
87 sgml-exposed-tags:nil
88 sgml-local-catalogs:nil
89 sgml-local-ecat-files:nil
90 End:
91 -->
92
93