Copyright | (c) David Janssen 2019 |
---|---|
License | MIT |
Maintainer | janssen.dhj@gmail.com |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
Record of all the configuration options required to run KMonad's core App loop.
AppCfg | |
|
Instances
HasAppCfg AppCfg Source # | |
class HasAppCfg c where Source #
appCfg :: Lens' c AppCfg Source #
allowCmd :: Lens' c Bool Source #
fallThrough :: Lens' c Bool Source #
firstLayer :: Lens' c LayerTag Source #
keySinkDev :: Lens' c (Acquire KeySink) Source #
Instances
HasAppCfg AppCfg Source # | |