| ||||||||
| ||||||||
| ||||||||
| Description | ||||||||
| Makes xmonad use the EWMH hints to tell panel applications about its workspaces and the windows therein. | ||||||||
| Synopsis | ||||||||
| ||||||||
| 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: | ||||||||
| ||||||||
| 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 |