diff --git a/XMonad/Layout/Simplest.hs b/XMonad/Layout/Simplest.hs index 53700134..1b6ddac7 100644 --- a/XMonad/Layout/Simplest.hs +++ b/XMonad/Layout/Simplest.hs @@ -37,5 +37,5 @@ import qualified XMonad.StackSet as S -- "XMonad.Doc.Extending#Editing_the_layout_hook" data Simplest a = Simplest deriving (Show, Read) -instance LayoutClass Simplest Window where +instance LayoutClass Simplest a where pureLayout Simplest rec (S.Stack w l r) = zip (w : reverse l ++ r) (repeat rec)