diff --git a/programs/xmonad/xmonad.hs b/programs/xmonad/xmonad.hs index c71ae14..5458b11 100644 --- a/programs/xmonad/xmonad.hs +++ b/programs/xmonad/xmonad.hs @@ -83,7 +83,7 @@ myKeys conf = mkKeymap conf $ , ("M-p", spawn "dmenu_run") -- close focused window - , ("M-S-c", kill) + , ("M4-S-c", kill) -- Rotate through the available layout algorithms , ("M-", cycleThroughLayouts ["Full", "Tall"])