mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +03:00
dbc2c85361
You can start a window in full screen mode using something like: ```lua local wezterm = require 'wezterm' local mux = wezterm.mux wezterm.on("gui-startup", function() local tab, pane, window = mux.spawn_window{} window:gui_window():toggle_fullscreen() end) return { } ``` refs: #177 refs: #284 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |