aboutsummaryrefslogtreecommitdiff
path: root/bin/xrbg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/xrbg.sh')
-rw-r--r--bin/xrbg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/xrbg.sh b/bin/xrbg.sh
index 617a9b43..0c7262c0 100644
--- a/bin/xrbg.sh
+++ b/bin/xrbg.sh
@@ -1,3 +1,3 @@
-# Apply a random background image. Requires rndf(1df) 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"