Variable: aw-fair-aspect-ratio
aw-fair-aspect-ratio is a customizable variable defined in
ace-window.el.
Value
2
Documentation
The aspect ratio to aim for when splitting windows.
Sizes are based on the number of characters, not pixels. Increase to prefer wider windows, or decrease for taller windows.
Source Code
;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defcustom aw-fair-aspect-ratio 2
"The aspect ratio to aim for when splitting windows.
Sizes are based on the number of characters, not pixels.
Increase to prefer wider windows, or decrease for taller windows."
:type 'number)