aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Internal/Keys.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Internal/Keys.hs b/src/Internal/Keys.hs
index d02e1f4..64a7506 100644
--- a/src/Internal/Keys.hs
+++ b/src/Internal/Keys.hs
@@ -140,7 +140,7 @@ newKeys markContext =
, ((modm, xK_n), relativeWorkspaceShift next)
, ((modm, xK_p), relativeWorkspaceShift prev)
- , ((modm, xK_q), spawn "xmonad --recompile && xmonad --restart")
+ , ((modm .|. shiftMask, xK_q), spawn "xmonad --recompile && xmonad --restart")
, ((modm, xK_z), sendMessage ToggleZoom)
, ((modm, xK_x), spawn "bluetooth-select.sh")