From e10dd09e4831c2226a30b0454ff0a7615e590269 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 20:40:10 +0000 Subject: [PATCH] properly tell where the config files are --- Makefile.am | 2 +- doc/openbox.1.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index c4cd977..6fb8574 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 a8f2fe7..b2b4a83 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. -- 1.9.1