wezterm: remove titlebar buttons

This commit is contained in:
Veneficium 2024-12-23 12:26:47 +01:00
parent eab4922871
commit 553aca9f34

View file

@ -1,6 +1,6 @@
return {
front_end = "WebGpu";
integrated_title_button_style = "Gnome";
window_decorations = "INTEGRATED_BUTTONS|RESIZE";
window_decorations = "TITLE | RESIZE";
-- nix-replace
}