]> Dogcows Code - chaz/openbox/blob - doc/openbox-session.1.sgml
mention that the desktop stuff are default values only
[chaz/openbox] / 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>On log in, <command>&dhpackage;</command> will run the
44 ~/.config/openbox/autostart.sh script if it exists, and will run the
45 system-wide script @configdir@/openbox/autostart.sh otherwise. You may
46 place anything you want to run automatically in those files, for example:
47 </para>
48
49 <blockquote><literallayout>
50 xsetroot -solid grey &
51 gnome-settings-daemon &</literallayout></blockquote>
52
53 <para>Make sure that each line is followed by a "&" or else the script will
54 stop there and further commands will not be executed. You can use the
55 @configdir@/openbox/autostart.sh file as an example for creating your
56 own.</para>
57
58 </refsect1>
59 <refsect1>
60 <title>SEE ALSO</title>
61
62 <para>openbox(1), openbox-session(1), openbox-gnome-session(1).
63 </para>
64
65 <para>The program's full documentation is available on the website:
66 <literal>http://icculus.org/openbox/</literal></para>
67
68 <para>Please report bugs to: <literal>http://bugzilla.icculus.org/
69 </literal></para>
70 </refsect1>
71 </refentry>
72
73 <!-- Keep this comment at the end of the file
74 Local variables:
75 mode: sgml
76 sgml-omittag:t
77 sgml-shorttag:t
78 sgml-minimize-attributes:nil
79 sgml-always-quote-attributes:t
80 sgml-indent-step:2
81 sgml-indent-data:t
82 sgml-parent-document:nil
83 sgml-default-dtd-file:nil
84 sgml-exposed-tags:nil
85 sgml-local-catalogs:nil
86 sgml-local-ecat-files:nil
87 End:
88 -->
89
90
This page took 0.03854 seconds and 4 git commands to generate.