From b6c1dfc021f3be6e3de0c4a858a7326bdc7bbef7 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Thu, 1 Nov 2007 08:31:47 +0100 Subject: Eliminate defaultTerminal darcs-hash:20071101073147-a5988-9c2da610e085026e3a1b981114b116718331273c --- XMonad.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'XMonad.hs') diff --git a/XMonad.hs b/XMonad.hs index b30b5a9..e21b726 100644 --- a/XMonad.hs +++ b/XMonad.hs @@ -50,7 +50,6 @@ data XState = XState data XConf = XConf { display :: Display -- ^ the X11 display , config :: !XConfig -- ^ initial user configuration - , terminal :: !String -- ^ the user's preferred terminal , theRoot :: !Window -- ^ the root window , normalBorder :: !Pixel -- ^ border color of unfocused windows , focusedBorder :: !Pixel } -- ^ border color of the focused window @@ -59,7 +58,7 @@ data XConf = XConf data XConfig = forall l. (LayoutClass l Window, Read (l Window)) => XConfig { normalBorderColor :: !String , focusedBorderColor :: !String - , defaultTerminal :: !String + , terminal :: !String , layoutHook :: !(l Window) , workspaces :: ![String] , defaultGaps :: ![(Int,Int,Int,Int)] -- cgit v1.2.3