Function: thumbs-set-image-at-point-to-root-window
thumbs-set-image-at-point-to-root-window is an interactive and
byte-compiled function defined in thumbs.el.gz.
Signature
(thumbs-set-image-at-point-to-root-window)
Documentation
Set the image at point as the desktop wallpaper.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/thumbs.el.gz
(defun thumbs-set-image-at-point-to-root-window ()
"Set the image at point as the desktop wallpaper."
(interactive)
(thumbs-call-setroot-command
(thumbs-current-image)))