all repos — openbox @ e10dd09e4831c2226a30b0454ff0a7615e590269

openbox fork - make it a bit more like ryudo

properly tell where the config files are
Dana Jansens danakj@orodu.net
commit

e10dd09e4831c2226a30b0454ff0a7615e590269

parent

3adadb955e10b1043afd93c79b25ac9fcf4de7cc

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M Makefile.amMakefile.am

@@ -364,7 +364,7 @@ data/menu.xml

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 \
M doc/openbox.1.sgmldoc/openbox.1.sgml

@@ -81,7 +81,7 @@

<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 @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.</para>