feat: add missing config fields#112
Merged
Merged
Conversation
granted, many of the fields are undocumented but it's better than not having them
DrKJeff16
requested changes
Feb 20, 2026
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
DrKJeff16
approved these changes
Feb 21, 2026
Owner
|
@lalvarezt Took the liberty to order the new options alphabetically for consistency. Thanks for the contribution! If you're interested in joining as a collaborator please make a form at #90. |
Collaborator
Author
sure, that sounds like something I might be interested in. As for right now I'm working on improving the action mapping (I noticed while updating my wezterm confing that some cases are not up to date or even covered). I should have a PR ready soon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Configtype annotations inlua/wezterm/types/config.luato match upstreamConfigRust types.font_rules:FontRules->FontRules[]font_shaper:"Harfbuzz"->"Harfbuzz"|"Allsorts"font_rasterized:"FreeType"->"FreeType"|"Harfbuzz"min_scroll_bar_height:string->number|stringscrollback_lines:number->integertab_max_width:number->integerSource(s)
Configstruct field types:font_shaperenum variants (Allsorts,Harfbuzz):font_rasterizerenum variants (FreeType,Harfbuzz):Dimension/PixelUnitparsing accepts number and unit-suffixed string forms (e.g."1px","0.5cell"):Description (Optional)
Many of the field descriptions are still missing, I used the source code as reference and if not there I used the
Full Config & Lua ReferencewebsiteScreenshots Or Code Snippets (Optional)
N/A