Variable: wallpaper-default-width

wallpaper-default-width is a variable defined in wallpaper.el.gz.

Value

1080

Documentation

Default width used by wallpaper-set.

This is only used when it can't be detected automatically. See also wallpaper-default-height.

Source Code

;; Defined in /usr/src/emacs/lisp/image/wallpaper.el.gz
;;; Utility functions

(defvar wallpaper-default-width 1080
  "Default width used by `wallpaper-set'.
This is only used when it can't be detected automatically.
See also `wallpaper-default-height'.")