License | GPL-2 |
---|---|
Maintainer | [email protected] |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Extensions |
|
Yi.Boot
Description
Boot process of Yi.
Uses Dyre to implement the XMonad-style dynamic reconfiguration.
Documentation
configMain :: Config -> ConfigM () -> IO () Source #
Starts with the given initial config, makes the described modifications, then starts yi.
yiDriver :: Config -> IO () Source #
Called from the yi built with the user's configuration. Does not ignore unknown arguments.