window-system-default-frame-alist

window-system-default-frame-alist is a variable defined in `frame.el'.
Its value is
nil

  • This variable may be risky if used as a file-local variable.

Documentation:
Window-system dependent default frame parameters.
The value should be an alist of elements (WINDOW-SYSTEM . ALIST),
where WINDOW-SYSTEM is a window system symbol (as returned by `framep')
and ALIST is a frame parameter alist like `default-frame-alist'.
Then, for frames on WINDOW-SYSTEM, any parameters specified in
ALIST supersede the corresponding parameters specified in
`default-frame-alist'.