aboutsummaryrefslogtreecommitdiff
path: root/bin/xrbg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/xrbg')
-rwxr-xr-xbin/xrbg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/xrbg b/bin/xrbg
index e434b052..554c24dd 100755
--- a/bin/xrbg
+++ b/bin/xrbg
@@ -1,4 +1,4 @@
#!/bin/sh
# Apply a random background image. Requires rndf(1) and feh(1).
bg=$(rndf "${XBACKGROUNDS:-"$HOME"/.xbackgrounds}") || exit
-exec feh --bg-scale --no-fehbg -- "$bg"
+feh --bg-scale --no-fehbg -- "$bg"