Added X.L.Drawer

X.L.Drawer provides a layout modifier for retracting windows which roll down
(like the Quake console) when they gain focus.
This commit is contained in:
Max Rabkin
2010-03-08 21:27:52 +00:00
parent 0c9619e5cd
commit 8f58fb4c2f
3 changed files with 130 additions and 1 deletions

View File

@@ -18,7 +18,8 @@ module XMonad.Layout.Reflect (
-- $usage
reflectHoriz, reflectVert,
REFLECTX(..), REFLECTY(..)
REFLECTX(..), REFLECTY(..),
Reflect
) where