all repos — fluxbox @ c136741213797b22a096b0e08daf2ceed9e08ab7

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