diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-13 22:57:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-13 22:57:42 +0000 |
| commit | 5c96972bfffacb7dc24c96673f85e413e5c87b94 (patch) | |
| tree | 10dac41b7257f5769613d863695071583ce81cc7 /doc/openbox.1.sgml | |
| parent | 6171dbf970c2c4f8d9736a8ae5184eb9ac38d7ce (diff) | |
save the config type in the session command line arguments
Diffstat (limited to 'doc/openbox.1.sgml')
| -rw-r--r-- | doc/openbox.1.sgml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/openbox.1.sgml b/doc/openbox.1.sgml index b60fc546..742a1814 100644 --- a/doc/openbox.1.sgml +++ b/doc/openbox.1.sgml @@ -80,11 +80,17 @@ manpage.1: manpage.sgml <para>You can use the <command>obconf</command> tool to configure Openbox easily with a graphical interface, however more in-depth configuration is possible by editing the configuration files by hand. The default - configuration file is installed in @configdir@/openbox/rc.xml, and the - user configuration is placed in ~/.config/openbox/rc.xml. You can copy + configuration files are installed in @configdir@/openbox/, and the + user configuration is placed in ~/.config/openbox/. You can copy the default configuration to ~/.config/openbox and edit it to your liking.</para> + <para>There are 3 default configuration files, <literal>rc.xml</literaL, + <literal>rc-gnome.xml</literal>, and <literal>rc-kde.xml</literal>. The + rc-gnome.xml is used when you run <command>openbox-gnome-session + </command> and the rc-kde.xml is used when you run + <command>openbox-kde-session</command>. + </refsect1> <refsect1> <title>OPTIONS</title> |
