aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Rahm/Desktop/Keys.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Rahm/Desktop/Keys.hs b/src/Rahm/Desktop/Keys.hs
index c34e0ee..518977e 100644
--- a/src/Rahm/Desktop/Keys.hs
+++ b/src/Rahm/Desktop/Keys.hs
@@ -933,11 +933,11 @@ mouseMap = runButtons $ do
doc "Resize the window under the cursor" mouseResizeWindow
let swapButtons =
- [ ( button6,
+ [ ( button4,
"Swap the current window with the next one in the stack",
noWindow $ windows W.swapDown
),
- ( button7,
+ ( button5,
"Swap the current window with the last one in the stack",
noWindow $ windows W.swapUp
)
@@ -976,7 +976,7 @@ mouseMap = runButtons $ do
bind button15 $ do
noMod $
doc "Jump to the last location." $
- noWindow jumpToLastLocation
+ noWindow (click >> jumpToLastLocation)
let workspaceButtons =
[ ( button2,