Function: wallpaper--find-command
wallpaper--find-command is a byte-compiled function defined in
wallpaper.el.gz.
Signature
(wallpaper--find-command)
Documentation
Return the appropriate command to set the wallpaper.
Source Code
;; Defined in /usr/src/emacs/lisp/image/wallpaper.el.gz
(defun wallpaper--find-command ()
"Return the appropriate command to set the wallpaper."
(when-let* ((setter (wallpaper--find-setter)))
(wallpaper-setter-command setter)))