about summary refs log tree commit diff
path: root/src/lib/XMonad/Custom/Event.hs
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-16 01:46:04 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-16 01:46:04 +0300
commit3cd06b22069c009b8c5fea2d5fad5f996667d2e3 (patch)
tree4b5f1cb453de13c560bc8aa5a57952713cf360aa /src/lib/XMonad/Custom/Event.hs
parentabsolute garbage wtf (diff)
huge update-o
Diffstat (limited to 'src/lib/XMonad/Custom/Event.hs')
-rw-r--r--src/lib/XMonad/Custom/Event.hs22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/lib/XMonad/Custom/Event.hs b/src/lib/XMonad/Custom/Event.hs
index 9ff2552..4e5a598 100644
--- a/src/lib/XMonad/Custom/Event.hs
+++ b/src/lib/XMonad/Custom/Event.hs
@@ -1,24 +1,24 @@
 -- |
 -- Module                  : XMonad.Custom.Event
 -- Description             : Event hooks and stuff
--- Copyright               : (c) Azat Bahawi 2018-2021
+-- Copyright               : (c) Azat Bahawi 2018-2022
 -- SPDX-License-Identifier : GPL-3.0-or-later
--- Maintainer              : azahi@teknik.io
+-- Maintainer              : azat@bahawi.net
 -- Stability               : experimental
 -- Portability             : non-portable
 --
 
 module XMonad.Custom.Event
-  ( handleEventHook
+  ( ngHandleEventHook
   ) where
 
-import           Data.Monoid
-import           XMonad                  hiding ( handleEventHook )
-import           XMonad.Custom.Scratchpads
-import           XMonad.Hooks.EwmhDesktops
-import           XMonad.Hooks.ManageDocks
+import           Data.Monoid                    ( All )
+import           XMonad                         ( Event
+                                                , X
+                                                )
+import           XMonad.Custom.Scratchpads      ( scratchpads )
 import           XMonad.Util.Loggers.NamedScratchpad
+                                                ( nspTrackHook )
 
-handleEventHook :: Event -> X All
-handleEventHook =
-  mconcat [nspTrackHook scratchpads, docksEventHook, fullscreenEventHook]
+ngHandleEventHook :: Event -> X All
+ngHandleEventHook = mconcat [nspTrackHook scratchpads]

Consider giving Nix/NixOS a try! <3