xmonad-contrib-0.17.0.9: Community-maintained extensions for xmonad
Copyright(c) ???
LicenseBSD3-style (see LICENSE)
Maintainer???
Safe HaskellSafe-Inferred
LanguageHaskell2010

XMonad.Util.NoTaskbar

Contents

Description

Function and manageHook to mark a window to be ignored by EWMH taskbars and pagers.

Synopsis

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.

markNoTaskbar :: Window -> X () Source #

An X action to mark a window to not be shown in pagers or taskbars.