diff options
author | David Runge <dave@sleepmap.de> | 2017-02-03 18:48:19 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-02-03 18:48:19 +0100 |
commit | 92bf13c1253c841737cd2921bba55c90f7628e65 (patch) | |
tree | 2f2068f6d67ebec32139fb76f4b0a4b21b961cd5 | |
parent | 225ddafeb796e3bf48ab91a2616550b6d1d98fc4 (diff) | |
download | dotfiles-92bf13c1253c841737cd2921bba55c90f7628e65.tar.gz dotfiles-92bf13c1253c841737cd2921bba55c90f7628e65.tar.bz2 dotfiles-92bf13c1253c841737cd2921bba55c90f7628e65.tar.xz dotfiles-92bf13c1253c841737cd2921bba55c90f7628e65.zip |
.config/qtile/config.py: Moving the background picture folder to a more generic location.
-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 = { |