Variable: hycontrol-screen-top-offset

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

Value

0

Documentation

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

Source Code

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