Variable: hycontrol-screen-right-offset

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

Value

0

Documentation

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

Source Code

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