aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/XMonad.hs b/XMonad.hs
index 6e7cdd4..cd6bcad 100644
--- a/XMonad.hs
+++ b/XMonad.hs
@@ -139,6 +139,7 @@ instance ReadableSomeLayout a => Read (SomeLayout a) where
instance ReadableSomeLayout a => Layout SomeLayout a where
doLayout (SomeLayout l) r s = fmap (fmap $ fmap SomeLayout) $ doLayout l r s
handleMessage (SomeLayout l) = fmap (fmap SomeLayout) . handleMessage l
+ description (SomeLayout l) = description l
instance Show (SomeLayout a) where
show (SomeLayout l) = show l