Fixed bottom-yielding definition of toggleGroupFull

This commit is contained in:
Jonne Mickelin Sätherblom
2016-02-19 19:51:31 +01:00
parent 571193a219
commit c27ef4d418

@@ -114,7 +114,7 @@ zoomGroupReset = zoomColumnReset
-- | Toggle whether the currently focused group should be maximized -- | Toggle whether the currently focused group should be maximized
-- whenever it has focus. -- whenever it has focus.
toggleGroupFull :: X () toggleGroupFull :: X ()
toggleGroupFull = toggleGroupFull toggleGroupFull = toggleColumnFull
-- | Rotate the layouts in the focused group. -- | Rotate the layouts in the focused group.
groupToNextLayout :: X () groupToNextLayout :: X ()