Add support for titlebar options in config.window_frame
on macos
#6557
Labels
enhancement
New feature or request
config.window_frame
on macos
#6557
Is your feature request related to a problem? Please describe.
The default titlebar on wezterm is a bit of an eyesore compared to other programs that have a customized titlebar that matches the background. E.G ITerm2
Describe the solution you'd like
Wezterm exposes
config.window_frame
https://wezfurlong.org/wezterm/config/lua/config/window_frame.html as an option, primarily for wayland systems. I am proposing that the titlebar options be extended to work on macos as well.Options to be supported:
Implementation
The NSView container for the titlebar can found with the className
NSTitlebarContainerView
next to the window view in the view tree. This view can be used to render the title bar however you want.Describe alternatives you've considered
N/a
Additional context
Screenshot of ITerm2 with nicer titlebar
The text was updated successfully, but these errors were encountered: