config: add window-step-resize option

This commit is contained in:
Gregory Anders
2023-10-27 09:30:15 -05:00
parent 0f73bf32e6
commit add2b675bd
3 changed files with 14 additions and 0 deletions

View File

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