Variable: aw-reverse-frame-list

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

Value

nil

Documentation

When non-nil ace-window will order frames for selection in the reverse of frame-list

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defcustom aw-reverse-frame-list nil
  "When non-nil `ace-window' will order frames for selection in
the reverse of `frame-list'"
  :type 'boolean)