mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 14:54:16 +03:00
docs: clarify native macos full screen mode
refs: https://github.com/wez/wezterm/issues/2697#issuecomment-1371560416
This commit is contained in:
parent
349c2ed5d5
commit
dceef030b9
@ -4,9 +4,12 @@ Specifies whether the [ToggleFullScreen](../../lua/keyassignment/ToggleFullScree
|
|||||||
key assignment uses the native macOS full-screen application support or not.
|
key assignment uses the native macOS full-screen application support or not.
|
||||||
|
|
||||||
The default is `false` which will simply (and very quickly!) toggle between a
|
The default is `false` which will simply (and very quickly!) toggle between a
|
||||||
full screen window with no decorations and a regularly size window.
|
window that covers the full screen, with no decorations and a regularly sized
|
||||||
|
window.
|
||||||
|
|
||||||
When `true`, transitioning to full screen will slowly animate the window moving
|
When `true`, transitioning to full screen will use the macOS native full screen
|
||||||
to a full screen space on the monitor.
|
mode, which in more recent versions of macOS, will allocate a separate Space
|
||||||
|
for the wezterm application and then slowly animate the wezterm window moving
|
||||||
|
into to that full screen Space on the monitor.
|
||||||
|
|
||||||
This option only has an effect when running on macOS.
|
This option only has an effect when running on macOS.
|
||||||
|
Loading…
Reference in New Issue
Block a user