
Hi Brandon
thank you for this. I tried changing xmonad.hs to read
main = do
xmonad $ gnomeConfig { modMask = mod4Mask
, startupHook = hSetBuffering stdout LineBuffering
, manageHook = manageDocks <+> myManageHook <+> manageHook defaultConfig
, workspaces = myWorkspaces
, normalBorderColor = "#cccccc"
, focusedBorderColor = "#cd8b00"
, borderWidth = 3
, layoutHook = showWName myLayout
, logHook = dynamicLogXinerama
-- , logHook = ewmhDesktopsLogHook <+> dynamicLogXinerama
, handleEventHook = ewmhDesktopsEventHook
} `additionalKeysP` myKeys
but now xmonad shows me an error message:
Couldn't match expected type 'X ()' with actual type 'IO ()'
In the return type of a call of 'hsetBuffering'
In the 'startupHook' field of a record
In the first argument of 'addditionalKeysP', [...]
Do you know why this is happening?
thank you for any help
~l
________________________________
From: Brandon Allbery