# tmux.Session.OpenNotifications

- **Module:** tmux.Session
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/notification_stream.go#L233
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-session-opennotifications/

```
tmux.Session.OpenNotifications(ctx: context.Context, options: NotificationOptions) -> (*NotificationStream, error)
```

OpenNotifications starts an owned notification stream attached to the receiver. It does not change the receiver's transport or expose control commands. A connection-bound receiver returns [ErrConnectionRequiresProcess].
