fluxbox/util/startfluxbox.in
2003-09-07 19:51:59 +00:00

11 lines
270 B
Bash
Executable file

#!/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