From a083a92fe52f0fa4daaec4d5cc5978d8fe3966a1 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 23 Jun 2025 00:30:45 +0300 Subject: [PATCH] try fullscreen --- home/wezterm.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/wezterm.nix b/home/wezterm.nix index 7d3f690..69b626c 100644 --- a/home/wezterm.nix +++ b/home/wezterm.nix @@ -12,6 +12,13 @@ _G.shells = { fish = '${lib.getExe pkgs.fish}' }; + + wezterm.on('gui-startup', function(cmd) + local tab, pane, window = wezterm.mux.spawn_window(cmd or {}) + window:gui_window():maximize() + end) + + return { default_prog = { _G.shells.fish }, window_decorations = "NONE",