aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-15 18:50:12 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-15 18:50:12 +1300
commit1a0ac5be601f00e828dba181a7c90c2b29735b77 (patch)
tree52360b4ba5bf994a65b869c9ba13fedd2e82b1ee /bin
parentAdd command guards around .xinitrc.d subscripts (diff)
downloaddotfiles-1a0ac5be601f00e828dba181a7c90c2b29735b77.tar.gz
dotfiles-1a0ac5be601f00e828dba181a7c90c2b29735b77.zip
Remove xrbg(1)
Overkill given feh(1) has a --randomize
Diffstat (limited to 'bin')
-rwxr-xr-xbin/xrbg4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/xrbg b/bin/xrbg
deleted file mode 100755
index 801bf078..00000000
--- a/bin/xrbg
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-# Apply a random background image. Requires rndf(1df) and feh(1).
-bg=$(rndf "${XBACKGROUNDS:-"$HOME"/.xbackgrounds}") || exit
-feh --bg-scale --no-fehbg -- "$bg"