diff --git a/wezterm.lua b/wezterm.lua index 44baab8..1fb2df5 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -1,8 +1,16 @@ -- Pull in the wezterm API local wezterm = require 'wezterm' +local mux = wezterm.mux + +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