summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-05-02 16:15:10 +0200
committerAnton Khirnov <wyskas@gmail.com>2009-05-02 16:15:10 +0200
commit9ef63c341b5480814f1bec2513a3283eaacf319d (patch)
tree4e70fb4c3b722e03b379eebf8a9108efca50d0af /scripts
parent567f2bf0958a81f82817849be57dbc2d2345e60f (diff)
Use Exec instead of PipeRead for random wall.
so it doesn't block the rest of FVWM.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/random_wallpaper.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/random_wallpaper.sh b/scripts/random_wallpaper.sh
index 73d427f..58b3039 100755
--- a/scripts/random_wallpaper.sh
+++ b/scripts/random_wallpaper.sh
@@ -16,5 +16,6 @@ fi
convert ${file} -resize `xdpyinfo |grep dimensions|awk '{print $2}'` "${FVWM_USERDIR}/tmp/current_wall.png"
feh --bg-center "${FVWM_USERDIR}/tmp/current_wall.png"
+FvwmCommand Refresh
exit 0