Update wezterm.lua
This commit is contained in:
parent
3a67b4a745
commit
ac7c44dd2c
@ -2,14 +2,15 @@
|
|||||||
local wezterm = require 'wezterm'
|
local wezterm = require 'wezterm'
|
||||||
local mux = wezterm.mux
|
local mux = wezterm.mux
|
||||||
|
|
||||||
wezterm.on("gui-startup", function()
|
wezterm.on("gui-startup", function(cmd)
|
||||||
local tab, pane, window = mux.spawn_window{}
|
local tab, pane, window = mux.spawn_window(cmd or {})
|
||||||
window:gui_window():maximize()
|
window:gui_window():maximize()
|
||||||
end)
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user