# io.github.libtmux.Options.Options.effective

- **Module:** io.github.libtmux.Options.Options
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-java/blob/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/Options.java#L173
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-options-options-effective/

```
io.github.libtmux.Options.Options.effective() -> Map<String, String>
```

Every option in effect at this scope, including the ones inherited rather than set here.

The wide counterpart to {@link #all()}: what tmux will act on, which for a session that
sets nothing of its own is everything and not nothing.
