Add a random wallpaper using feh

This commit is contained in:
Rodolphe Breard 2017-07-22 15:48:24 +02:00
parent 3c6b3f5d29
commit 85fbe33ecd

View file

@ -8,3 +8,4 @@ setxkbmap -option compose:rwin
hash xcompmgr 2>/dev/null && xcompmgr &
hash xscreensaver 2>/dev/null && xscreensaver -no-splash &
hash gpg-agent 2>/dev/null && eval $(gpg-agent --daemon --enable-ssh-support)
hash feh 2>/dev/null && feh --bg-scale "$(find 'pictures/wallpapers/enabled/' -type l -print | shuf | head -n 1)"