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