diff options
Diffstat (limited to '')
-rw-r--r-- | XMonad/Layout/SimpleFloat.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/SimpleFloat.hs b/XMonad/Layout/SimpleFloat.hs index f9bd1a8..cd90306 100644 --- a/XMonad/Layout/SimpleFloat.hs +++ b/XMonad/Layout/SimpleFloat.hs @@ -9,7 +9,7 @@ -- Stability : unstable -- Portability : unportable -- --- A very simple layout. The simplest, afaik. +-- A basic floating layout. ----------------------------------------------------------------------------- module XMonad.Layout.SimpleFloat |