help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [macOS] Toggle fullscreen on Emacs26.1+ with undecorated frame optio


From: Robert Pluim
Subject: Re: [macOS] Toggle fullscreen on Emacs26.1+ with undecorated frame option set to t
Date: Fri, 08 Jun 2018 11:12:08 +0200

Boris Buliga <boris@d12frosted.io> writes:

> Hey folks,
>
> With the release of Emacs 26.1 there is an option to create undecorated
> frames
> (without title, toolbar etc). This is possible by adding following code to
> your
> init.el file:
>
>   (add-to-list 'default-frame-alist '(undecorated . t))
>
> Or, for testing purposes, you can run it by starting emacs with as follows:
>
>   $ emacs -q --execute "(add-to-list 'default-frame-alist '(undecorated .
> t))"
>
> After that, if you call toggle-frame-fullscreen, Emacs goes to native
> fullscreen
> mode and instead of resizing the frame to cover all screen it stays the same
> size as before toggling fullscreen, but with black space around.

I donʼt see this under X11, so itʼs probably specific to Mac. Your
best bet is probably to report an emacs bug using 'report-emacs-bug'.

Robert



reply via email to

[Prev in Thread] Current Thread [Next in Thread]