Variable: aw-dispatch-when-more-than
aw-dispatch-when-more-than is a customizable variable defined in
ace-window.el.
Value
2
Documentation
If the number of windows is more than this, activate ace-window-ness.
Source Code
;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defcustom aw-dispatch-when-more-than 2
"If the number of windows is more than this, activate ace-window-ness."
:type 'integer)