diff --git a/programs/xmonad/xmonad.hs b/programs/xmonad/xmonad.hs index 17ca9b5..b0310e2 100644 --- a/programs/xmonad/xmonad.hs +++ b/programs/xmonad/xmonad.hs @@ -85,7 +85,7 @@ myKeys conf = mkKeymap conf $ -- Rotate through the available layout algorithms , ("M-", cycleThroughLayouts ["Full", "Tall"]) - , ("M-", sendMessage $ JumpToLayout "Grid") + , ("M-", cycleThroughLayouts ["Grid", "Tall"]) -- Reset the layouts on the current workspace to default , ("M-S-", setLayout $ XMonad.layoutHook conf)