aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/Keys.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Rahm/Desktop/Keys.hs')
-rw-r--r--src/Rahm/Desktop/Keys.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Rahm/Desktop/Keys.hs b/src/Rahm/Desktop/Keys.hs
index a8b05a4..0f61018 100644
--- a/src/Rahm/Desktop/Keys.hs
+++ b/src/Rahm/Desktop/Keys.hs
@@ -58,7 +58,6 @@ import Rahm.Desktop.MouseMotion
import Rahm.Desktop.PassMenu
import Rahm.Desktop.PromptConfig
import Rahm.Desktop.RebindKeys
-import Rahm.Desktop.ScreenRotate (screenRotateForward, screenRotateBackward)
import Rahm.Desktop.Submap
import Rahm.Desktop.Swallow
import Rahm.Desktop.SwapMaster (swapMaster)
@@ -771,8 +770,8 @@ mouseMap = runButtons $ do
(button4, windows W.focusUp),
(button5, windows W.focusDown),
- (button7, windows screenRotateForward),
- (button6, windows screenRotateBackward)
+ (button7, windows W.screenRotateForward),
+ (button6, windows W.screenRotateBackward)
]
forM_ (map fst workspaceButtons) $ \b ->