From d45cbaf0c320684bfb66a9dbc7c6e776b0387534 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 17 Aug 2016 15:17:22 +0200 Subject: .config/qtile/config.py: Making the feh background random and recursive. --- .config/qtile/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 94f7629..f23874e 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -26,8 +26,10 @@ audio_toggle = home+"/bin/notify_mpd toggle" audio_stop = home+"/bin/notify_mpd stop" subprocess.call(['feh', + '--randomize', + '--recursive', '--bg-fill', - home+'/ownCloud/photos/desktop/underwater_greenery.jpg']) + home+'/ownCloud/photos/desktop/']) colors = { "grey": "#555555", -- cgit v1.2.3-70-g09d2