Function: hycontrol-frame-at-right-p
hycontrol-frame-at-right-p is a byte-compiled function defined in
hycontrol.el.
Signature
(hycontrol-frame-at-right-p)
Documentation
Non-nil if selected frame's right edge is at the right edge of the screen.
Screen right edge is adjusted based on hycontrol-screen-right-offset.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defun hycontrol-frame-at-right-p ()
"Non-nil if selected frame's right edge is at the right edge of the screen.
Screen right edge is adjusted based on `hycontrol-screen-right-offset'."
(<= (- (display-pixel-width) (nth 2 (hycontrol-frame-edges)) hycontrol-screen-right-offset)
hycontrol-screen-offset-sensitivity))