all repos — fluxbox @ 4652eb065cbaca532c300bd82cb76bdb7b291c89

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