diff options
-rw-r--r-- | Config.hs | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -105,8 +105,7 @@ borderWidth :: Dimension borderWidth = 1 -- | --- A list of layouts which, in addition to the defaultLayouts, xmonad can --- deserialize. +-- A list of layouts which xmonad can deserialize. possibleLayouts :: [Layout Window] possibleLayouts = [defaultLayout -- Extension-provided layouts @@ -139,12 +138,6 @@ defaultLayouts = [ Layout tiled delta = 3%100 -- | --- A list of layouts which, in addition to the defaultLayouts, xmonad can --- deserialize. -otherPossibleLayouts :: [Layout Window] -otherPossibleLayouts = [] - --- | -- Perform an arbitrary action on each state change. -- Examples include: -- * do nothing |