Port ToggleLayouts

This commit is contained in:
Spencer Janssen 2007-11-01 09:18:53 +00:00
parent 014f49aefd
commit fbfcff6cbf

View File

@ -21,7 +21,6 @@ module XMonadContrib.ToggleLayouts (
) where ) where
import XMonad import XMonad
import Operations ( LayoutMessages(Hide, ReleaseResources) )
-- $usage -- $usage
-- Use toggleLayouts to toggle between two layouts. -- Use toggleLayouts to toggle between two layouts.