Preserve backwards compatibility with H.ServerMode

This commit is contained in:
Adam Vogt
2009-08-25 22:03:48 +00:00
parent 28e0adcde7
commit afecca6561
2 changed files with 11 additions and 6 deletions

View File

@@ -24,7 +24,6 @@ import qualified Data.Map as M
import XMonad hiding ( (|||) )
import qualified XMonad.StackSet as W
import XMonad.Actions.Commands
import XMonad.Actions.CycleWS
import XMonad.Hooks.DynamicLog hiding (xmobar)
import XMonad.Hooks.ManageDocks
@@ -99,7 +98,7 @@ arossatoConfig = do
, normalBorderColor = "white"
, focusedBorderColor = "black"
, keys = newKeys
, handleEventHook = serverModeEventHook defaultCommands
, handleEventHook = serverModeEventHook
, focusFollowsMouse = False
}
where