1
1
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:
Wez Furlong 2023-01-11 10:45:01 -07:00
parent 349c2ed5d5
commit dceef030b9
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -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.