diff options
-rw-r--r-- | .config/qtile/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |