Variable: wallpaper-default-height

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

Value

1920

Documentation

Default height used by wallpaper-set.

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

Source Code

;; Defined in /usr/src/emacs/lisp/image/wallpaper.el.gz
(defvar wallpaper-default-height 1920
  "Default height used by `wallpaper-set'.
This is only used when it can't be detected automatically.
See also `wallpaper-default-width'.")