diff --git a/XMonad/Layout/TwoPane.hs b/XMonad/Layout/TwoPane.hs index 24b3162b..bf5266de 100644 --- a/XMonad/Layout/TwoPane.hs +++ b/XMonad/Layout/TwoPane.hs @@ -59,3 +59,4 @@ instance LayoutClass TwoPane a where Just Expand -> Just (TwoPane delta (split + delta)) _ -> Nothing + description _ = "TwoPane"