diff options
Diffstat (limited to '')
-rw-r--r-- | XMonad/Core.hs | 3 |
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 |