From 85fbe33ecdaa674f679c84cdc4a7860e9166c8e8 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 22 Jul 2017 15:48:24 +0200 Subject: [PATCH] Add a random wallpaper using feh --- .xprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.xprofile b/.xprofile index c1456e3..809b44b 100644 --- a/.xprofile +++ b/.xprofile @@ -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)"