Updated scripts
This commit is contained in:
parent
37dfe79ba1
commit
f20150f30a
@ -2,10 +2,10 @@
|
||||
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)
|
||||
wezterm.on("gui-startup", function(cmd)
|
||||
local tab, pane, window = mux.spawn_window(cmd or {})
|
||||
window:gui_window():maximize()
|
||||
end)
|
||||
|
||||
local config = {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user