aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/RebindKeys.hs
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2024-02-03 16:12:45 -0700
committerJosh Rahm <joshuarahm@gmail.com>2024-02-03 16:12:45 -0700
commit63342cd6e7979eeb177a08d42868be972aab2b47 (patch)
treeabdcc324ba4ee8406f1a18f51b9bb6e53af37a80 /src/Rahm/Desktop/RebindKeys.hs
parent07fa1cb3589e7ad25adb3ef484f45e3cf5e1beb9 (diff)
downloadrde-63342cd6e7979eeb177a08d42868be972aab2b47.tar.gz
rde-63342cd6e7979eeb177a08d42868be972aab2b47.tar.bz2
rde-63342cd6e7979eeb177a08d42868be972aab2b47.zip
Break out some stuff in Dsl2.
Create new Grab and KeyCodeMapping modules to support keycode mapping. That subsystem did not belong in Dsl2.
Diffstat (limited to 'src/Rahm/Desktop/RebindKeys.hs')
-rw-r--r--src/Rahm/Desktop/RebindKeys.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rahm/Desktop/RebindKeys.hs b/src/Rahm/Desktop/RebindKeys.hs
index 8712b31..fb8899b 100644
--- a/src/Rahm/Desktop/RebindKeys.hs
+++ b/src/Rahm/Desktop/RebindKeys.hs
@@ -25,7 +25,7 @@ import qualified Data.Map as Map
lookup,
)
import Data.Monoid (All (..))
-import Rahm.Desktop.Keys.Dsl2 (KeySymOrKeyCode (..), doGrab, getKeyCodesForKeysym)
+import Rahm.Desktop.Keys.Grab (KeySymOrKeyCode (..), doGrab, getKeyCodesForKeysym)
import XMonad
( Default (def),
Display,