aboutsummaryrefslogtreecommitdiff
path: root/X
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-15 23:03:03 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-15 23:03:03 +1300
commit643a5747fbc54b3180fcd62076c2de4aa9b049b4 (patch)
tree772cd167896f6432e61f2b04d5e37546dada935c /X
parentMake Xresources path configurable (diff)
downloaddotfiles-643a5747fbc54b3180fcd62076c2de4aa9b049b4.tar.gz
dotfiles-643a5747fbc54b3180fcd62076c2de4aa9b049b4.zip
Script for choosing random background on startup
Diffstat (limited to 'X')
-rw-r--r--X/xinitrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/X/xinitrc b/X/xinitrc
index bb2ba38c..fa4dc14b 100644
--- a/X/xinitrc
+++ b/X/xinitrc
@@ -6,9 +6,8 @@ xrdb "${XRESOURCES:-$HOME/.Xresources}"
# <https://en.wikipedia.org/wiki/Compose_key#Common_compose_combinations>
setxkbmap -option compose:ralt,ctrl:nocaps,terminate:ctrl_alt_bksp
-# Apply background image
-# Edited cover of Darkthrone's 1994 album "Transilvanian Hunger"
-feh --bg-scale --no-fehbg -- "$HOME"/.xbackgrounds/hunger.jpg
+# Apply a random background image
+xrbg
# Start dunst(1) to display libnotify messages
dunst &