|
XMonad.Hooks.RestoreMinimized | Portability | not portable | Stability | unstable | Maintainer | jan.vornberger@informatik.uni-oldenburg.de |
|
|
|
|
|
Description |
Lets you restore minimized windows (see XMonad.Layout.Minimize)
by selecting them on a taskbar (listens for _NET_ACTIVE_WINDOW
and WM_CHANGE_STATE).
|
|
Synopsis |
|
|
|
|
Usage
|
|
You can use this module with the following in your ~/.xmonad/xmonad.hs:
import XMonad.Hooks.RestoreMinimized
myHandleEventHook = restoreMinimizedEventHook
main = xmonad defaultConfig { handleEventHook = myHandleEventHook }
|
|
|
Constructors | | Instances | |
|
|
|
|
Produced by Haddock version 2.6.1 |