# libtmux.Window.set_window_option

- **Module:** libtmux.Window
- **Package:** libtmux
- **Language:** Python
- **Kind:** method
- **Source:** https://github.com/tmux-python/libtmux/blob/9fdd083a8181a827889337b63cd4e6daea661a8c/src/libtmux/window.py#L1807
- **Page:** https://libtmux.org/en/py/latest/reference/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()`.
