try fullscreen
This commit is contained in:
parent
19fe1e7c61
commit
a083a92fe5
1 changed files with 7 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue