mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-16 23:06:20 +00:00
Option (def true) to inherit font size on new window
This commit is contained in:
@@ -115,6 +115,12 @@ pub const Config = struct {
|
||||
/// to balance the padding given a certain viewport size and grid cell size.
|
||||
@"window-padding-balance": bool = true,
|
||||
|
||||
/// If true, new windows will inherit the font size of the previously
|
||||
/// focused window. If no window was previously focused, the default
|
||||
/// font size will be used. If this is false, the default font size
|
||||
/// specified in the configuration "font-size" will be used.
|
||||
@"window-inherit-font-size": bool = true,
|
||||
|
||||
/// Additional configuration files to read.
|
||||
@"config-file": RepeatableString = .{},
|
||||
|
||||
|
Reference in New Issue
Block a user