Variable: aw-frame-offset

aw-frame-offset is a customizable variable defined in ace-window.el.

Value

(13 . 23)

Documentation

Increase in pixel offset for new ace-window frames relative to the selected frame.

Its value is an (x-offset . y-offset) pair in pixels.

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defcustom aw-frame-offset '(13 . 23)
  "Increase in pixel offset for new ace-window frames relative to the selected frame.
Its value is an (x-offset . y-offset) pair in pixels."
  :type '(cons integer integer))