helper script for starting fluxbox

This commit is contained in:
fluxgen 2003-09-07 19:51:59 +00:00
parent 4022957c1f
commit 4fc020f11d

11
util/startfluxbox.in Executable file
View file

@ -0,0 +1,11 @@
#!/bin/sh
if [ -e ~/.fluxbox/startup ];then
exec sh ~/.fluxbox/startup
else
if [ ! -d ~/.fluxbox ];then
mkdir -p ~/.fluxbox/{backgrounds,styles}
fi
cp @pkgdatadir@/startup ~/.fluxbox
@pkgbindir@/bsetroot -solid Black
exec @pkgbindir@/fluxbox
fi