aboutsummaryrefslogtreecommitdiff
path: root/bin/xrbg
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-01 21:31:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-01 21:31:25 +1200
commit01da797e5fdc25c60552b40a30832c8e6c2f441d (patch)
tree26cb5654bb4c2ecadae091914f5b807a17b6cb77 /bin/xrbg
parentAdd some manpage references (diff)
downloaddotfiles-01da797e5fdc25c60552b40a30832c8e6c2f441d.tar.gz
dotfiles-01da797e5fdc25c60552b40a30832c8e6c2f441d.zip
Remove unneeded exec calls
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"