mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-19 11:31:19 +00:00
config: add window-step-resize option
This commit is contained in:
@@ -390,6 +390,10 @@ keybind: Keybinds = .{},
|
||||
@"window-height": u32 = 0,
|
||||
@"window-width": u32 = 0,
|
||||
|
||||
/// Whether to resize the window in discrete increments of the focused surface's
|
||||
/// cell size. Currently only supported on macOS.
|
||||
@"window-step-resize": bool = false,
|
||||
|
||||
/// Whether to allow programs running in the terminal to read/write to
|
||||
/// the system clipboard (OSC 52, for googling). The default is to
|
||||
/// disallow clipboard reading but allow writing.
|
||||
|
||||
Reference in New Issue
Block a user