summaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-12-29 03:15:19 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-12-29 03:15:19 +0100
commit3c2f5ef66e832ab18b43b5a4a02977b15f1e3b36 (patch)
tree5b46faf1629287dd578c06232cc7c8d3b1f3cbaa /XMonad
parent7969e5317f32590b955820571ea69d5d4dd9ef6d (diff)
downloadmetatile-3c2f5ef66e832ab18b43b5a4a02977b15f1e3b36.tar
metatile-3c2f5ef66e832ab18b43b5a4a02977b15f1e3b36.zip
Wibble
darcs-hash:20071229021519-a5988-e41513840bcd94dc38093628d7b24d49d3e77c57
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Core.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/XMonad/Core.hs b/XMonad/Core.hs
index 0493de8..256d7b3 100644
--- a/XMonad/Core.hs
+++ b/XMonad/Core.hs
@@ -77,8 +77,7 @@ data XConfig l = XConfig
, focusedBorderColor :: !String -- ^ Focused windows border color. Default: \"#ff0000\"
, terminal :: !String -- ^ The preferred terminal application. Default: \"xterm\"
, layoutHook :: !(l Window) -- ^ The avaiable layouts
- , manageHook :: !ManageHook
- -- ^ The action to run when a new window is opened
+ , manageHook :: !ManageHook -- ^ The action to run when a new window is opened
, workspaces :: [String] -- ^ The list of workspaces' names
, defaultGaps :: [(Int,Int,Int,Int)] -- ^ The list of gaps, per screen
, numlockMask :: !KeyMask -- ^ The numlock modifier