mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Fixed bottom-yielding definition of toggleGroupFull
This commit is contained in:
parent
571193a219
commit
c27ef4d418
@ -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 ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user