xmonad-contrib-0.11.2: Third party extensions for xmonad

Portabilitynot portable
Stabilityunstable
Maintainerjan.vornberger@informatik.uni-oldenburg.de
Safe HaskellNone

XMonad.Util.PositionStore

Description

A utility module to store information about position and size of a window. See XMonad.Layout.PositionStoreFloat for a layout that makes use of this.

Documentation

posStoreInsert :: PositionStore -> Window -> Rectangle -> Rectangle -> PositionStore

posStoreMove :: PositionStore -> Window -> Position -> Position -> Rectangle -> Rectangle -> PositionStore

posStoreQuery :: PositionStore -> Window -> Rectangle -> Maybe Rectangle

data PositionStore

Instances

Read PositionStore 
Show PositionStore 
Typeable PositionStore 
ExtensionClass PositionStore