| Portability | unportable |
|---|---|
| Stability | unstable |
| Maintainer | Adam Vogt <vogt.adam@gmail.com> |
XMonad.Config.Alt
Description
Alternative, more composable config.
This means the config can be assembled using pieces that encode:
- correct composition when config options don't commute:
a (b conf)works, butb (a (conf)is nonsense (ex. respecting layout hints and other layout modifiers). - features that must be enabled once-only
- bundling multiple features in a single function:
Configcaptures IO - collect warnings (nothing uses this feature yet)
For examples, refer to sources:
Implementation