# libtmux.Window.set_window_option

- **Module:** libtmux.Window
- **Package:** libtmux
- **Language:** Python
- **Kind:** method
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/window.py#L1807
- **Page:** https://libtmux.org/reference/py/libtmux-window-set_window_option/

```
libtmux.Window.set_window_option(self, option: str, value: int | str) -> Window
```

Set option for tmux window. Deprecated by :meth:`Window.set_option()`.
