From 80c516bbc8ae07c39ff4ba46585700a9fd3dfc37 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 14 Sep 2022 18:12:39 +0200 Subject: [PATCH] ; Fix typo in wallpaper--default-commands * lisp/image/wallpaper.el (wallpaper--default-commands): Fix typo. --- lisp/image/wallpaper.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/image/wallpaper.el b/lisp/image/wallpaper.el index 03b6afa4e0a..d2b82a7af59 100644 --- a/lisp/image/wallpaper.el +++ b/lisp/image/wallpaper.el @@ -52,7 +52,7 @@ ;; Sway (Wayland) ("swaybg" "-o" "*" "-i" "%f" "-m" "fill") ;; Wayland General - ("wbg" %f) + ("wbg" "%f") ;; Gnome ("gsettings" "set" "org.gnome.desktop.background" "picture-uri" "file://%f") ;; KDE Plasma -- 2.39.2