From 92bf13c1253c841737cd2921bba55c90f7628e65 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 3 Feb 2017 18:48:19 +0100 Subject: .config/qtile/config.py: Moving the background picture folder to a more generic location. --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/qtile') diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 0253b05..70e6bdb 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -32,7 +32,7 @@ def autostart(): '--randomize', '--recursive', '--bg-fill', - home+'/ownCloud/photos/desktop/'] + home+'/cloud/photos/desktop/'] subprocess.call(background) colors = { -- cgit v1.2.3-54-g00ecf