Function: hycontrol-frame-to-top-left

hycontrol-frame-to-top-left is an interactive and byte-compiled function defined in hycontrol.el.

Signature

(hycontrol-frame-to-top-left)

Documentation

Move the selected frame to the top left of the screen.

Allow for hycontrol-screen-*-offsets.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
;; Frame Resizing

(defun hycontrol-frame-to-top-left ()
  "Move the selected frame to the top left of the screen.
Allow for hycontrol-screen-*-offsets."
  (interactive)
  (hycontrol-set-frame-position nil hycontrol-screen-left-offset hycontrol-screen-top-offset))