Variable: aw-background

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

Value

t

Documentation

When t, ace-window will dim out all buffers temporarily when used.

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defcustom aw-background t
  "When t, `ace-window' will dim out all buffers temporarily when used."
  :type 'boolean)