From f20150f30a838a70e1ef1f5047664d3ba5e48284 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Mon, 7 Oct 2024 21:59:46 +0200 Subject: [PATCH] Updated scripts --- wezterm.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wezterm.lua b/wezterm.lua index ec30e68..570434a 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -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 = {}