all repos — fluxbox @ ab282dded598026b441129c7f46a1ac74c472576

custom fork of the fluxbox windowmanager

util/startfluxbox.in (raw)

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