all repos — openbox @ 6624d06dd17490189764ca6c3a6c7eb8c5f55a5b

openbox fork - make it a bit more like ryudo

fix global autostart installation, and the pointer to it so it is run
Dana Jansens danakj@orodu.net
commit

6624d06dd17490189764ca6c3a6c7eb8c5f55a5b

parent

007f0917b848fc6dda0b1b40773bc09b3f5f5668

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

jump to
M Makefile.amMakefile.am

@@ -47,8 +47,7 @@ nodist_rc_SCRIPTS = \

data/autostart/autostart dist_libexec_SCRIPTS = \ - data/autostart/openbox-xdg-autostart \ - data/autostart/openbox-autostart + data/autostart/openbox-xdg-autostart nodist_libexec_SCRIPTS = \ data/autostart/openbox-autostart

@@ -468,6 +467,7 @@

edit = $(SED) \ -e 's!@version\@!$(VERSION)!' \ -e 's!@configdir\@!$(configdir)!' \ + -e 's!@rcdir\@!$(rcdir)!' \ -e 's!@libexecdir\@!$(libexecdir)!' \ -e 's!@bindir\@!$(bindir)!'
M data/autostart/openbox-autostart.indata/autostart/openbox-autostart.in

@@ -11,7 +11,7 @@ BG=xsetroot

fi test -z $BG || $BG -solid "#303030" -GLOBALAUTOSTART="@configdir@/autostart" +GLOBALAUTOSTART="@rcdir@/autostart" AUTOSTART="${XDG_CONFIG_HOME:-"$HOME/.config"}/openbox/autostart" # Run the global openbox autostart script