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 554c24dd..801bf078 100755
--- a/bin/xrbg
+++ b/bin/xrbg
@@ -1,4 +1,4 @@
#!/bin/sh
-# Apply a random background image. Requires rndf(1) and feh(1).
+# Apply a random background image. Requires rndf(1df) and feh(1).
bg=$(rndf "${XBACKGROUNDS:-"$HOME"/.xbackgrounds}") || exit
feh --bg-scale --no-fehbg -- "$bg"