helper script for starting fluxbox
fluxgen fluxgen
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