xmonad-contrib-0.6: Third party extensions for xmonadSource codeContentsIndex
XMonad.Hooks.EwmhDesktops
Portabilityunportable
Stabilityunstable
MaintainerJoachim Breitner <mail@joachim-breitner.de>
Contents
Usage
Description
Makes xmonad use the EWMH hints to tell panel applications about its workspaces and the windows therein.
Synopsis
ewmhDesktopsLogHook :: X ()
Usage

You can use this module with the following in your ~/.xmonad/xmonad.hs:

 import XMonad
 import XMonad.Hooks.EwmhDesktops

 myLogHook :: X ()
 myLogHook = do ewmhDesktopsLogHook
                return ()

 main = xmonad defaultConfig { logHook = myLogHook }

For more detailed instructions on editing the layoutHook see:

XMonad.Doc.Extending#The_log_hook_and_external_status_bars

ewmhDesktopsLogHook :: X ()Source
Notifies pagers and window lists, such as those in the gnome-panel of the current state of workspaces and windows.
Produced by Haddock version 2.3.0