mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
Fixed bottom-yielding definition of toggleGroupFull
This commit is contained in:
@@ -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 ()
|
||||||
|
Reference in New Issue
Block a user