Copyright | (c) Andrea Rossato and David Roundy 2007 |
---|---|
License | BSD-style (see xmonad/LICENSE) |
Maintainer | andrea.rossato@unibz.it |
Stability | unstable |
Portability | unportable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
A module for setting up timers
Usage
This module can be used to setup a timer to handle deferred events. See XMonad.Layout.ShowWName for an usage example.
startTimer :: Rational -> X TimerId Source #
Start a timer, which will send a ClientMessageEvent after some time (in seconds).