Updated scripts

This commit is contained in:
Christoffer Martinsson 2024-10-07 21:59:46 +02:00
parent 37dfe79ba1
commit f20150f30a

View File

@ -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 = {}