Copyright | (c) 2015 Javran Cheng |
---|---|
License | MIT |
Maintainer | Javran.C@gmail.com |
Stability | unstable |
Portability | non-portable (requires X11) |
Safe Haskell | None |
Language | Haskell2010 |
Dealing with XMonad-related files
- data XMonadPaths = XMonadPaths {}
- getXMonadDir :: IO FilePath
- getXMonadPaths :: IO XMonadPaths
- getXMonadBin :: IO FilePath
- getXMonadLog :: IO FilePath
- getXMonadSrc :: IO FilePath
- getXMonadLibDir :: IO FilePath
- isSourceNewer :: IO Bool
Documentation
getXMonadDir :: IO FilePath Source
gets information about XMonad-related paths, see also: XMonadPaths
getXMonadPaths :: IO XMonadPaths Source
gets information about XMonad-related paths
getXMonadBin :: IO FilePath Source
gets information about XMonad-related paths, see also: XMonadPaths
getXMonadLog :: IO FilePath Source
gets information about XMonad-related paths, see also: XMonadPaths
getXMonadSrc :: IO FilePath Source
gets information about XMonad-related paths, see also: XMonadPaths
getXMonadLibDir :: IO FilePath Source
gets information about XMonad-related paths, see also: XMonadPaths
isSourceNewer :: IO Bool Source
returns true only when any of the followings is true:
- any of the source files under xmonad's default directory is newer than the binary
- the binary does not exist