Update wezterm.lua

This commit is contained in:
Christoffer Martinsson 2024-10-05 10:58:17 +02:00
parent e27bf17180
commit 3a67b4a745

View File

@ -1,5 +1,12 @@
-- Pull in the wezterm API
local wezterm = require 'wezterm'
local mux = wezterm.mux
wezterm.on("gui-startup", function()
local tab, pane, window = mux.spawn_window{}
window:gui_window():maximize()
end)
local config = {}
config.enable_tab_bar = false