mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
Dzen.hs: add module header.
This commit is contained in:
14
Dzen.hs
14
Dzen.hs
@@ -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
|
module XMonadContrib.Dzen (dzen, dzenScreen) where
|
||||||
|
|
||||||
import System.Posix.Process (forkProcess, getProcessStatus, createSession)
|
import System.Posix.Process (forkProcess, getProcessStatus, createSession)
|
||||||
|
Reference in New Issue
Block a user