From 1a0ac5be601f00e828dba181a7c90c2b29735b77 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 15 Dec 2016 18:50:12 +1300 Subject: Remove xrbg(1) Overkill given feh(1) has a --randomize --- X/xinitrc.d/xbackground.sh | 3 +++ X/xinitrc.d/xrbg.sh | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 X/xinitrc.d/xbackground.sh delete mode 100644 X/xinitrc.d/xrbg.sh (limited to 'X/xinitrc.d') diff --git a/X/xinitrc.d/xbackground.sh b/X/xinitrc.d/xbackground.sh new file mode 100644 index 00000000..7f2bc8c3 --- /dev/null +++ b/X/xinitrc.d/xbackground.sh @@ -0,0 +1,3 @@ +# Apply a random background image +command -v feh >/dev/null 2>&1 || return +feh --bg-scale --no-fehbg --randomize -- "${XBACKGROUNDS:-"$HOME"/.xbackgrounds}" diff --git a/X/xinitrc.d/xrbg.sh b/X/xinitrc.d/xrbg.sh deleted file mode 100644 index 0e4ec278..00000000 --- a/X/xinitrc.d/xrbg.sh +++ /dev/null @@ -1,2 +0,0 @@ -# Apply a random background image -xrbg -- cgit v1.2.3