# libtmux.NewWindowOptions

- **Module:** libtmux
- **Package:** libtmux
- **Language:** Lua
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-lua/blob/547c9c4228e07ebf846690eb44da2eeeb6fde922/lua/libtmux/_internal/domain.lua#L469
- **Page:** https://libtmux.org/en/lua/latest/reference/libtmux-newwindowoptions/

## Members

- `argv` (attribute): Literal command arguments; mutually exclusive with shell.
- `cwd` (attribute): Absolute working directory.
- `environment` (attribute): Environment for the created scope.
- `index` (attribute)
- `name` (attribute)
- `process` (attribute)
- `select` (attribute): Defaults to false.
- `shell` (attribute): Explicit shell program.
