diff options
Diffstat (limited to 'src/XMonad/Custom/Event.hs')
-rw-r--r-- | src/XMonad/Custom/Event.hs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/XMonad/Custom/Event.hs b/src/XMonad/Custom/Event.hs index 032efd1..926614b 100644 --- a/src/XMonad/Custom/Event.hs +++ b/src/XMonad/Custom/Event.hs @@ -1,3 +1,17 @@ +----------------------------------------------------------------------------- +-- | +-- Module : XMonad.Custom.Event +-- Copyright : (c) azahi 2018 +-- License : BSD3-style (see LICENSE) +-- +-- Maintainer : azahi@teknik.io +-- Stability : unstable +-- Portability : unportable +-- +-- Custom target for layouts, sublayouts and everything in between. +-- +------------------------------------------------------------------------ + module XMonad.Custom.Event ( handleEventHook' ) where |