Update wezterm.lua
This commit is contained in:
parent
e27bf17180
commit
3a67b4a745
@ -1,5 +1,12 @@
|
|||||||
-- 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()
|
||||||
|
local tab, pane, window = mux.spawn_window{}
|
||||||
|
window:gui_window():maximize()
|
||||||
|
end)
|
||||||
|
|
||||||
local config = {}
|
local config = {}
|
||||||
|
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user