# libtmux.Window.name

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

```
libtmux.Window.name(self) -> str | None
```

Alias of :attr:`Window.window_name`.

>>> window.name
'...'

>>> window.name == window.window_name
True
