From daaa4cf16f1561156537abc96317045b5f7e55d9 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 2 Dec 2019 18:04:34 +0300 Subject: haddock, stylish-haskell, stylish-cabal --- src/XMonad/Custom/Event.hs | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'src/XMonad/Custom/Event.hs') diff --git a/src/XMonad/Custom/Event.hs b/src/XMonad/Custom/Event.hs index fa82bdf..fe24309 100644 --- a/src/XMonad/Custom/Event.hs +++ b/src/XMonad/Custom/Event.hs @@ -1,21 +1,18 @@ ------------------------------------------------------------------------------ -- | --- Module : XMonad.Custom.Event --- Copyright : (c) 2018-2019 Azat Bahawi --- License : BSD3-style (see LICENSE) +-- Module : XMonad.Custom.Event +-- Copyright : (c) 2018-2019 Azat Bahawi +-- License : BSD3-style (see LICENSE) +-- Maintainer : Azat Bahawi +-- Stability : unstable +-- Portability : unportable -- --- Maintainer : Azat Bahawi --- Stability : unstable --- Portability : unportable --- ------------------------------------------------------------------------------ module XMonad.Custom.Event ( handleEventHook ) where import Data.Monoid -import XMonad hiding (handleEventHook) +import XMonad hiding ( handleEventHook ) import XMonad.Custom.Scratchpads import XMonad.Hooks.EwmhDesktops import XMonad.Hooks.ManageDocks -- cgit 1.4.1