Variable: hycontrol-screen-left-offset

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

Value

0

Documentation

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

Source Code

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