Linux Mint 20.2
Emacs 27.1
To start Emacs in full screen mode in my init.el I use this:
(add-hook 'window-setup-hook 'toggle-frame-maximized t)
Nice.
But when I want to start new frame by this command
M-x make-frame
The new frame is not in full scree mode