aboutsummaryrefslogtreecommitdiff
path: root/X/xinitrc.d/background.sh
diff options
context:
space:
mode:
Diffstat (limited to 'X/xinitrc.d/background.sh')
-rw-r--r--X/xinitrc.d/background.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/X/xinitrc.d/background.sh b/X/xinitrc.d/background.sh
deleted file mode 100644
index 85a40889..00000000
--- a/X/xinitrc.d/background.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-# If there's a ~/.fehbg, just run that; otherwise, try to apply a random
-# background image, if the relevant dir exists
-if [ -e "$HOME"/.fehbg ] ; then
- sh -- "$HOME"/.fehbg
-elif [ -d "${XBACKGROUNDS:-"$HOME"/.xbackgrounds}" ] ; then
- xrbg
-fi