add function to always maximize window (macOS)

This commit is contained in:
2024-12-11 10:23:10 -05:00
parent 16d9a9f2be
commit 1236d6d600
+7 -1
View File
@@ -1,8 +1,14 @@
local wezterm = require("wezterm")
local config = wezterm.config_builder()
local mux = wezterm.mux
wezterm.on("gui-startup", function()
local tab, pane, window = mux.spawn_window({})
window:gui_window():maximize()
end)
config = {
term = "xterm-kitty",
term = "xterm-256color",
enable_kitty_graphics = true,
max_fps = 60,
color_scheme = "nord",