aboutsummaryrefslogtreecommitdiff
path: root/X/xinitrc.d/xbackground.sh
diff options
context:
space:
mode:
Diffstat (limited to 'X/xinitrc.d/xbackground.sh')
-rw-r--r--X/xinitrc.d/xbackground.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/X/xinitrc.d/xbackground.sh b/X/xinitrc.d/xbackground.sh
deleted file mode 100644
index 7f2bc8c3..00000000
--- a/X/xinitrc.d/xbackground.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-# Apply a random background image
-command -v feh >/dev/null 2>&1 || return
-feh --bg-scale --no-fehbg --randomize -- "${XBACKGROUNDS:-"$HOME"/.xbackgrounds}"