try fullscreen

This commit is contained in:
Osman Faruk Bayram 2025-06-23 00:30:45 +03:00
parent 19fe1e7c61
commit a083a92fe5

View file

@ -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",