mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
config: make step resize opt-in for macos
This commit is contained in:
@ -393,7 +393,7 @@ keybind: Keybinds = .{},
|
|||||||
/// Resize the window in discrete increments of the focused surface's
|
/// Resize the window in discrete increments of the focused surface's
|
||||||
/// cell size. If this is disabled, surfaces are resized in pixel increments.
|
/// cell size. If this is disabled, surfaces are resized in pixel increments.
|
||||||
/// Currently only supported on macOS.
|
/// Currently only supported on macOS.
|
||||||
@"window-step-resize": bool = true,
|
@"window-step-resize": bool = false,
|
||||||
|
|
||||||
/// Whether to allow programs running in the terminal to read/write to
|
/// Whether to allow programs running in the terminal to read/write to
|
||||||
/// the system clipboard (OSC 52, for googling). The default is to
|
/// the system clipboard (OSC 52, for googling). The default is to
|
||||||
|
Reference in New Issue
Block a user