Variable: hycontrol-screen-bottom-offset

hycontrol-screen-bottom-offset is a customizable variable defined in hycontrol.el.

Value

0

Documentation

Pixel offset from bottom used when placing a frame at a bottom corner.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defcustom hycontrol-screen-bottom-offset 0
  "Pixel offset from bottom used when placing a frame at a bottom corner."
  :type '(integer :match (lambda (_widget value)
			   (and (integerp value) (>= value 0)
				(< value (display-pixel-height)))))
  :group 'hyperbole-screen)