aboutsummaryrefslogtreecommitdiff
path: root/util/startfluxbox.in
blob: f3ba2f92ef60f8e347cfe6646f60337e1d109c1b (plain)
1
2
3
4
5
6
7
8
9
10
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