helper script for starting fluxbox
This commit is contained in:
parent
4022957c1f
commit
4fc020f11d
1 changed files with 11 additions and 0 deletions
11
util/startfluxbox.in
Executable file
11
util/startfluxbox.in
Executable file
|
@ -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
|
Loading…
Reference in a new issue