all repos — openbox @ 2e96d75364aeaa28e8bc5b7780e055a2e3360956

openbox fork - make it a bit more like ryudo

missing >/dev/null for a which statement
Dana Jansens danakj@orodu.net
commit

2e96d75364aeaa28e8bc5b7780e055a2e3360956

parent

be6fd760f1175efdebda78715f5f6c03dac5a9be

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

jump to
M data/autostart.shdata/autostart.sh

@@ -34,6 +34,6 @@

# Run XDG autostart things. By default don't run anything desktop-specific # See xdg-autostart --help more info DESKTOP_ENV="" -if which xdg-autostart; then +if which xdg-autostart >/dev/null; then xdg-autostart $DESKTOP_ENV fi