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 <joshuarahm@gmail.com>2022-10-09 12:19:45 -0600
commit6ecbc80109cd0136518cddb23bf26f057a39308d (patch)
tree47cff87ba7ae9b2e1dc1ccc00013b4ad2f99e0ca /src/Main.hs
parentdb91a7d1f64d244106144cfb9e8d26c3d8aaccbe (diff)
downloadrde-6ecbc80109cd0136518cddb23bf26f057a39308d.tar.gz
rde-6ecbc80109cd0136518cddb23bf26f057a39308d.tar.bz2
rde-6ecbc80109cd0136518cddb23bf26f057a39308d.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