diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index b9d13c2..b633ee9 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -205,6 +205,7 @@ myKeys = (withScreen 2 mySharedWorkspaces) ("M-c", windows copyToAll), ("M-S-c", killAllOtherCopies), + ("M-S-", kill) ] zipKeyPrefixes :: [String] -> [String] -> [String]