mirror of
https://github.com/wezterm/wezterm.git
synced 2026-08-02 18:22:24 +08:00
When using client-side decorations, we can now skip rendering the header/title bar. If you've set NONE decorations, then wezterm will configure the window that way, but that is only respected when the window is created, as weston crashed when I tried to change this in a window config reload event. The wayland frame now also observes config change events, so frame color adjustments should now take effect without restarting. refs: #1077