|
XMonad.Hooks.EwmhDesktops | Portability | unportable | Stability | unstable | Maintainer | Joachim Breitner <mail@joachim-breitner.de> |
|
|
|
|
|
Description |
Makes xmonad use the EWMH hints to tell panel applications about its
workspaces and the windows therein. It also allows the user to interact
with xmonad by clicking on panels and window lists.
|
|
Synopsis |
|
|
|
|
Usage
|
|
You can use this module with the following in your ~/.xmonad/xmonad.hs:
import XMonad
import XMonad.Hooks.EwmhDesktops
main = xmonad $ ewmh defaultConfig
You may also be interested in avoidStruts from XMonad.Hooks.ManageDocks.
|
|
|
Add EWMH functionality to the given config. See above for an example.
|
|
|
Initializes EwmhDesktops and advertises EWMH support to the X
server
|
|
|
Notifies pagers and window lists, such as those in the gnome-panel
of the current state of workspaces and windows.
|
|
|
Generalized version of ewmhDesktopsLogHook that allows an arbitrary
user-specified function to transform the workspace list (post-sorting)
|
|
|
Intercepts messages from pagers and similar applications and reacts on them.
Currently supports:
- _NET_CURRENT_DESKTOP (switching desktops)
- _NET_WM_DESKTOP (move windows to other desktops)
- _NET_ACTIVE_WINDOW (activate another window, changing workspace if needed)
|
|
Produced by Haddock version 2.6.0 |