mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
X.H.EwmhDesktops. run 'logHook' for activated window.
- By default window activation does nothing. - `activateLogHook` may be used for running some 'ManageHook' for activated window. - `activated` predicate may be used for checking was window activated or not.
This commit is contained in:
@@ -30,7 +30,8 @@ main = do
|
||||
{ modMask = mod4Mask -- Use the "Win" key for the mod key
|
||||
, manageHook = myManageHook <+> manageHook desktopConfig
|
||||
, layoutHook = desktopLayoutModifiers $ myLayouts
|
||||
, logHook = dynamicLogString def >>= xmonadPropLog
|
||||
, logHook = (dynamicLogString def >>= xmonadPropLog)
|
||||
<+> logHook desktopConfig
|
||||
}
|
||||
|
||||
`additionalKeysP` -- Add some extra key bindings:
|
||||
|
Reference in New Issue
Block a user