diff options
Diffstat (limited to '')
-rw-r--r-- | XMonad/Layout/Selective.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Selective.hs b/XMonad/Layout/Selective.hs index 415a69f..5853c56 100644 --- a/XMonad/Layout/Selective.hs +++ b/XMonad/Layout/Selective.hs @@ -25,7 +25,7 @@ import XMonad.StackSet import XMonad.Layout.LayoutModifier import Control.Applicative ((<$>)) --- invariant: 0 <= nMaster <= start; 0 <= nRest +-- invariant: 0 <= nMaster <= start; 1 <= nRest data Selection = Sel { nMaster :: Int, start :: Int, nRest :: Int } deriving (Read, Show, Eq) |