aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2022-03-28 10:51:02 -0600
committerJosh Rahm <rahm@google.com>2022-03-28 10:51:02 -0600
commit3a87706dc6193636c8b5c5b37d1ca2d057a22f00 (patch)
tree47cff87ba7ae9b2e1dc1ccc00013b4ad2f99e0ca /src/Main.hs
parent19b26eaa2e72e3917bd4531a3e467cf58a721ac2 (diff)
downloadrde-3a87706dc6193636c8b5c5b37d1ca2d057a22f00.tar.gz
rde-3a87706dc6193636c8b5c5b37d1ca2d057a22f00.tar.bz2
rde-3a87706dc6193636c8b5c5b37d1ca2d057a22f00.zip
Move Intercept to RebindKeys. Remove the intercept subsystem as it was experimental and I do not have a real use for it anymore.
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 379131c..b17f62a 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -16,7 +16,7 @@ import Internal.Keys
import Internal.Layout
import Internal.Logger
import Internal.DMenu (menuCommandString)
-import Internal.Intercept
+import Internal.RebindKeys
import XMonad.Actions.WithAll (withAll)
import qualified XMonad as X
@@ -70,7 +70,7 @@ main = do
]
, workspaces = map return (['0'..'9'] ++ ['a'..'z'])
, handleEventHook =
- composeAll [fullscreenEventHook, interceptHook, remapHook]
+ composeAll [fullscreenEventHook, remapHook]
, focusFollowsMouse = False
, clickJustFocuses = False
, logHook = xMobarLogHook xmobar