diff options
-rw-r--r-- | .config/qtile/config.py | 4 |
1 files changed, 3 insertions, 1 deletions
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", |