| Copyright | (c) ??? | 
|---|---|
| License | BSD3-style (see LICENSE) | 
| Maintainer | ??? | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
XMonad.Util.NoTaskbar
Contents
Description
Function and manageHook to mark a window to be ignored by EWMH taskbars and pagers.
Synopsis
- noTaskbar :: ManageHook
- markNoTaskbar :: Window -> X ()
Usage
Utility functions to hide windows from pagers and taskbars. Mostly useful
 when EWMH doesn't do what you intend (e.g. for NamedScratchpad windows you
 probably don't want to be dumped into the NSP workspace).
noTaskbar :: ManageHook Source #
A ManageHook to mark a window to not be shown in pagers or taskbars.