aboutsummaryrefslogtreecommitdiffstats
path: root/Invisible.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HierarchifySpencer Janssen2007-11-011-45/+0
| | | | darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz
* oops, add periodDevin Mullins2007-10-241-1/+1
| | | | darcs-hash:20071024125448-78224-8f75df565e6aa5f8d709f24f7d30a5a7622e354e.gz
* expand Invisible commentsDevin Mullins2007-10-241-1/+4
| | | | darcs-hash:20071024125213-78224-d3f8615cf0884532842736713b3fb34cae7a932f.gz
* Use newtype deriving for InvisibleSpencer Janssen2007-10-011-9/+3
| | | | darcs-hash:20071001151555-a5988-3057c215062689a0291ccee0af1c50ab795ecf61.gz
* Removed fromIMaybe from Tabbed ad added it to InvisibleAndrea Rossato2007-09-301-0/+5
| | | | darcs-hash:20070930181912-32816-142656b555beb7701117f43c1e20837e2daeb589.gz
* Give Invisible a definition for fail.Spencer Janssen2007-09-291-0/+1
| | | | | | | | The default definition of fail calls error. This is very bad, as we rely on a non-bottom result. We should consider moving to MonadZero, to be on the safe side. darcs-hash:20070929051527-a5988-bef59af98860ac34ef05cc4ff5e1580835367eaa.gz
* Added Invisible to store layout stateAndrea Rossato2007-09-281-0/+42
Invisible is a data type to store information that will be lost when restarting XMonad (the idea came from David Roundy) darcs-hash:20070928190107-32816-ce095723ac5deb5cde50eab871416e3edee1e875.gz