all repos — fluxbox @ 4fc020f11d62443080e4465d08a367b9c5868af1

custom fork of the fluxbox windowmanager

helper script for starting fluxbox
fluxgen fluxgen
commit

4fc020f11d62443080e4465d08a367b9c5868af1

parent

4022957c1f975f636825a005d3a74c22079e4c0b

1 files changed, 11 insertions(+), 0 deletions(-)

jump to
A util/startfluxbox.in

@@ -0,0 +1,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