summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pywal/wallpaper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/wallpaper.py b/pywal/wallpaper.py
index 48d4249..cc953c2 100644
--- a/pywal/wallpaper.py
+++ b/pywal/wallpaper.py
@@ -32,7 +32,7 @@ def xfconf(path, img):
def set_wm_wallpaper(img):
- """Set the wallpaper for window manager environments."""
+ """Set the wallpaper for non desktop environments."""
if shutil.which("feh"):
subprocess.Popen(["feh", "--bg-fill", img])