From ac7c44dd2c98098df5f3297050a01e9dcbf4d37c Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 5 Oct 2024 11:06:54 +0200 Subject: [PATCH] Update wezterm.lua --- wezterm.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wezterm.lua b/wezterm.lua index 4606a44..1fb2df5 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -2,14 +2,15 @@ local wezterm = require 'wezterm' local mux = wezterm.mux -wezterm.on("gui-startup", function() - local tab, pane, window = mux.spawn_window{} +wezterm.on("gui-startup", function(cmd) + local tab, pane, window = mux.spawn_window(cmd or {}) window:gui_window():maximize() end) local config = {} config.enable_tab_bar = false +config.window_decorations = "RESIZE" config.colors = { -- The default text color