all repos — fluxbox @ 4b035f1d070582717620355895c9ce9967cbe8e4

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