Variable: thumbs-setroot-command

thumbs-setroot-command is a customizable variable defined in thumbs.el.gz.

This variable is obsolete since 29.1; use wallpaper-commands-alist instead.

Value

"xloadimage -onroot -fullscreen *"

Documentation

Command to set the root window.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
(defcustom thumbs-setroot-command
  "xloadimage -onroot -fullscreen *"
  "Command to set the root window."
  :type 'string)