Add a random wallpaper using feh
This commit is contained in:
parent
3c6b3f5d29
commit
85fbe33ecd
1 changed files with 1 additions and 0 deletions
|
@ -8,3 +8,4 @@ setxkbmap -option compose:rwin
|
||||||
hash xcompmgr 2>/dev/null && xcompmgr &
|
hash xcompmgr 2>/dev/null && xcompmgr &
|
||||||
hash xscreensaver 2>/dev/null && xscreensaver -no-splash &
|
hash xscreensaver 2>/dev/null && xscreensaver -no-splash &
|
||||||
hash gpg-agent 2>/dev/null && eval $(gpg-agent --daemon --enable-ssh-support)
|
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)"
|
||||||
|
|
Loading…
Reference in a new issue