summaryrefslogtreecommitdiffstats
path: root/XMonad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad.hs')
-rw-r--r--XMonad.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/XMonad.hs b/XMonad.hs
index 44cc017..70e41f1 100644
--- a/XMonad.hs
+++ b/XMonad.hs
@@ -49,7 +49,6 @@ data XConf = XConf
-- used for hiding windows
, xineScreens :: ![Rectangle] -- ^ dimensions of each screen
- , defaultLayoutDesc :: !LayoutDesc -- ^ default layout
, normalBorder :: !Color -- ^ border color of unfocused windows
, focusedBorder :: !Color -- ^ border color of the focused window
}