- getConfigDirectory :: IO FilePath
- browseHistoryPath :: FilePath
- pageTypeRulePath :: FilePath
- fileOpenRulePath :: FilePath
- pageModeRulePath :: FilePath
- pageModeDuplicateList :: FilePath
- writeConfig :: Binary a => FilePath -> a -> IO ()
- readConfig :: Binary a => FilePath -> a -> IO a
Documentation
getConfigDirectory :: IO FilePathSource
Config file directly.
browseHistoryPath :: FilePathSource
Browse history path.
pageTypeRulePath :: FilePathSource
Page type path.
fileOpenRulePath :: FilePathSource
File open rule.
pageModeRulePath :: FilePathSource
Page mode rule.
pageModeDuplicateList :: FilePathSource
Duplicate tab list path.
readConfig :: Binary a => FilePath -> a -> IO aSource
Read config file.