diff options
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Layout/TwoPane.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/XMonad/Layout/TwoPane.hs b/XMonad/Layout/TwoPane.hs index 24b3162..bf5266d 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" |