properly tell where the config files are
This commit is contained in:
parent
3adadb955e
commit
e10dd09e48
2 changed files with 2 additions and 2 deletions
|
@ -364,7 +364,7 @@ dist_rc_DATA = \
|
||||||
|
|
||||||
edit = $(SED) \
|
edit = $(SED) \
|
||||||
-e 's!@version\@!$(VERSION)!' \
|
-e 's!@version\@!$(VERSION)!' \
|
||||||
-e 's!@confdir\@!$(confdir)!' \
|
-e 's!@configdir\@!$(configdir)!' \
|
||||||
-e 's!@bindir\@!$(bindir)!'
|
-e 's!@bindir\@!$(bindir)!'
|
||||||
|
|
||||||
data/xsession/openbox-gnome-session: Makefile data \
|
data/xsession/openbox-gnome-session: Makefile data \
|
||||||
|
|
|
@ -81,7 +81,7 @@ manpage.1: manpage.sgml
|
||||||
<para>You can use the <command>obconf</command> tool to configure Openbox
|
<para>You can use the <command>obconf</command> tool to configure Openbox
|
||||||
easily with a graphical interface, however more in-depth configuration
|
easily with a graphical interface, however more in-depth configuration
|
||||||
is possible by editing the configuration files by hand. The default
|
is possible by editing the configuration files by hand. The default
|
||||||
configuration file is installed in @confdir@/xdg/openbox/rc.xml, and the
|
configuration file is installed in @configdir@/openbox/rc.xml, and the
|
||||||
user configuration is placed in ~/.config/openbox/rc.xml. You can copy
|
user configuration is placed in ~/.config/openbox/rc.xml. You can copy
|
||||||
the default configuration to ~/.config/openbox and edit it to your
|
the default configuration to ~/.config/openbox and edit it to your
|
||||||
liking.</para>
|
liking.</para>
|
||||||
|
|
Loading…
Reference in a new issue