update some docs

This commit is contained in:
Mitchell Hashimoto
2022-11-16 21:18:37 -08:00
parent 8ac90d33e6
commit b4d5901225

View File

@ -115,7 +115,7 @@ 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
/// If true, new windows and tabs 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.