| Safe Haskell | Safe-Infered |
|---|
Hbro.Hbro
Contents
- defaultConfig :: CommonDirectories -> Config
- launchHbro :: (CommonDirectories -> Config) -> IO ()
Main
defaultConfig :: CommonDirectories -> ConfigSource
Default configuration. Homepage: Google, socket directory: /tmp, UI file: ~.confighbro, no keycommand binding.
launchHbro :: (CommonDirectories -> Config) -> IO ()Source
Browser's main function. To be called in main function with a proper configuration. See Hbro.Main for an example.