From: Dana Jansens Date: Sun, 13 May 2007 20:40:10 +0000 (+0000) Subject: properly tell where the config files are X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=e10dd09e4831c2226a30b0454ff0a7615e590269;p=chaz%2Fopenbox properly tell where the config files are --- diff --git a/Makefile.am b/Makefile.am index c4cd9773..6fb85748 100644 --- a/Makefile.am +++ b/Makefile.am @@ -364,7 +364,7 @@ dist_rc_DATA = \ edit = $(SED) \ -e 's!@version\@!$(VERSION)!' \ - -e 's!@confdir\@!$(confdir)!' \ + -e 's!@configdir\@!$(configdir)!' \ -e 's!@bindir\@!$(bindir)!' data/xsession/openbox-gnome-session: Makefile data \ diff --git a/doc/openbox.1.sgml b/doc/openbox.1.sgml index a8f2fe74..b2b4a836 100644 --- a/doc/openbox.1.sgml +++ b/doc/openbox.1.sgml @@ -81,7 +81,7 @@ manpage.1: manpage.sgml You can use the obconf 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 @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 the default configuration to ~/.config/openbox and edit it to your liking.