From 43e952a307c22f7098963061f7f6127974158c13 Mon Sep 17 00:00:00 2001 From: Daniel Schoepe Date: Tue, 3 Feb 2009 17:00:46 +0100 Subject: Adjustments to use the new event hook feature instead of Hooks.EventHook Ignore-this: f8c239bc8e301cbd6fa509ef748af542 darcs-hash:20090203160046-cb1c6-d66821c5b8a5a60e3b76148654c6e28806b37749.gz --- XMonad/Config/Arossato.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad/Config/Arossato.hs') diff --git a/XMonad/Config/Arossato.hs b/XMonad/Config/Arossato.hs index f705a23..4aa0087 100644 --- a/XMonad/Config/Arossato.hs +++ b/XMonad/Config/Arossato.hs @@ -90,8 +90,7 @@ arossatoConfig = do map show [7 .. 9 :: Int] , logHook = myDynLog xmobar -- REMOVE this line if you do not have xmobar installed! , manageHook = newManageHook - , layoutHook = eventHook ServerMode $ - avoidStruts $ + , layoutHook = avoidStruts $ decorated ||| noBorders mytabs ||| otherLays @@ -99,6 +98,7 @@ arossatoConfig = do , normalBorderColor = "white" , focusedBorderColor = "black" , keys = newKeys + , handleEventHook = serverModeEventHook , focusFollowsMouse = False } where -- cgit v1.2.3