Variable: thumbs-setroot-command
thumbs-setroot-command is a customizable variable defined in
thumbs.el.gz.
Value
"xloadimage -onroot -fullscreen *"
Documentation
Command to set the root window.
Source Code
;; Defined in /usr/src/emacs/lisp/thumbs.el.gz
(defcustom thumbs-setroot-command
"xloadimage -onroot -fullscreen *"
"Command to set the root window."
:type 'string)