mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12: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
|
||||
-- whenever it has focus.
|
||||
toggleGroupFull :: X ()
|
||||
toggleGroupFull = toggleGroupFull
|
||||
toggleGroupFull = toggleColumnFull
|
||||
|
||||
-- | Rotate the layouts in the focused group.
|
||||
groupToNextLayout :: X ()
|
||||
|
Reference in New Issue
Block a user