aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetbg
diff options
context:
space:
mode:
Diffstat (limited to 'util/fbsetbg')
-rw-r--r--util/fbsetbg5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/fbsetbg b/util/fbsetbg
index eaa1f9d..8f77f52 100644
--- a/util/fbsetbg
+++ b/util/fbsetbg
@@ -199,6 +199,11 @@ if [ $# -eq 0 ]; then
199 exit 1 199 exit 1
200fi 200fi
201 201
202# create directory and last wallpaper file
203if [ ! -d ~/.fluxbox ]; then
204 mkdir ~/.fluxbox
205 touch ${lastwallpaper}
206fi
202 207
203unset debug setterfromcommandline 208unset debug setterfromcommandline
204# Parse command-line options 209# Parse command-line options