mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Dzen.hs: add module header.
This commit is contained in:
parent
348f3f8b46
commit
5b32c80dd1
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user