xmonad-extras-0.13.0: Third party extensions for xmonad with wacky dependencies

Copyright(c) 2011 Ilya Portnov <portnov84@rambler.ru>
LicenseBSD3-style (see LICENSE)
MaintainerIlya Portnov <portnov84@rambler.ru>
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell98

XMonad.Util.WindowPropertiesRE

Description

Similar to XMonad.Util.WindowProperties, but uses posix regular expressions matching instead of exact match.

Synopsis

Documentation

data PropertyRE Source #

A wrapper for X.U.WindowProperties.Property. Checks using regular expression.

Constructors

RE Property 

(~?) :: Functor f => f String -> String -> f Bool Source #

Regular expressions matching for ManageHooks

propertyToQueryRE :: Property -> Query Bool Source #

Similar to XMonad.Util.WindowProperties.propertyToQuery, but uses regexp match instead of exact match

hasPropertyRE :: PropertyRE -> Window -> X Bool Source #

Does given window have this property?