mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
docs: fix referenced toggle window decorations action name (#3017)
I tried adding a key binding as the docs suggested, but it seems like the referenced action has since been renamed from `toggle_window_decoration` to `toggle_window_decorations`. Since I saw questions in other small PRs: I am fine with this being relicensed under the MIT license.
This commit is contained in:
@ -1003,7 +1003,7 @@ keybind: Keybinds = .{},
|
|||||||
/// * `false` - windows won't have native decorations, i.e. titlebar and
|
/// * `false` - windows won't have native decorations, i.e. titlebar and
|
||||||
/// borders. On macOS this also disables tabs and tab overview.
|
/// borders. On macOS this also disables tabs and tab overview.
|
||||||
///
|
///
|
||||||
/// The "toggle_window_decoration" keybind action can be used to create
|
/// The "toggle_window_decorations" keybind action can be used to create
|
||||||
/// a keybinding to toggle this setting at runtime.
|
/// a keybinding to toggle this setting at runtime.
|
||||||
///
|
///
|
||||||
/// Changing this configuration in your configuration and reloading will
|
/// Changing this configuration in your configuration and reloading will
|
||||||
|
Reference in New Issue
Block a user