Option (def true) to inherit font size on new window

This commit is contained in:
Mitchell Hashimoto
2022-11-16 09:51:59 -08:00
parent 69fdd57aa3
commit 8eb97cd9ad
3 changed files with 29 additions and 6 deletions

View File

@@ -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 = .{},