mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-10 17:52:09 -07:00
Preserve backwards compatibility with H.ServerMode
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user