diff options
-rw-r--r-- | Dzen.hs | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +----------------------------------------------------------------------------- +-- | +-- Module : XMonadContrib.Dzen +-- Copyright : (c) glasser@mit.edu +-- License : BSD +-- +-- Maintainer : glasser@mit.edu +-- Stability : unstable +-- Portability : unportable +-- +-- Handy wrapper for dzen. +-- +----------------------------------------------------------------------------- + module XMonadContrib.Dzen (dzen, dzenScreen) where import System.Posix.Process (forkProcess, getProcessStatus, createSession) |