about summary refs log tree commit diff
path: root/src/XMonad/Custom/Event.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Custom/Event.hs')
-rw-r--r--src/XMonad/Custom/Event.hs23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/XMonad/Custom/Event.hs b/src/XMonad/Custom/Event.hs
deleted file mode 100644
index f55511d..0000000
--- a/src/XMonad/Custom/Event.hs
+++ /dev/null
@@ -1,23 +0,0 @@
--- |
--- Module      : XMonad.Custom.Event
--- Copyright   : (c) 2018-2020 Azat Bahawi <azahi@teknik.io>
--- License     : BSD3-style (see LICENSE)
--- Maintainer  : Azat Bahawi <azahi@teknik.io>
--- Stability   : unstable
--- Portability : unportable
---
-
-module XMonad.Custom.Event
-  ( handleEventHook
-  ) where
-
-import           Data.Monoid
-import           XMonad                  hiding ( handleEventHook )
-import           XMonad.Custom.Scratchpads
-import           XMonad.Hooks.EwmhDesktops
-import           XMonad.Hooks.ManageDocks
-import           XMonad.Util.Loggers.NamedScratchpad
-
-handleEventHook :: Event -> X All
-handleEventHook =
-  mconcat [nspTrackHook scratchpads, docksEventHook, fullscreenEventHook]

Consider giving Nix/NixOS a try! <3