This commit is contained in:
Christoffer Martinsson 2024-10-06 10:43:34 +02:00
commit 93512e0046

View File

@ -1,8 +1,16 @@
-- Pull in the wezterm API -- Pull in the wezterm API
local wezterm = require 'wezterm' 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 = {} local config = {}
config.enable_tab_bar = false config.enable_tab_bar = false
config.window_decorations = "RESIZE"
config.colors = { config.colors = {
-- The default text color -- The default text color