aboutsummaryrefslogtreecommitdiffstats
path: root/NoBorders.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use hierarchical module names from the coreSpencer Janssen2007-11-011-1/+1
| | | | darcs-hash:20071101182824-a5988-e02ade829d66f49dd6b303b7a797933251c44164.gz
* More portingSpencer Janssen2007-11-011-5/+5
| | | | darcs-hash:20071101073506-a5988-b8ee3ece4361dfc533589f5d4ca8c289c3dc77e7.gz
* Port NoBordersSpencer Janssen2007-11-011-12/+12
| | | | darcs-hash:20071101070859-a5988-e90cdb1202e4a891d0f78ae3948e0a0c15413284.gz
* add more details on using smartBordersDon Stewart2007-10-271-0/+7
| | | | darcs-hash:20071026224510-cba2c-a3b79ebb8558a577e9bf59f1a5c77a6a8006c6bd.gz
* defaultLayouts -> layoutsSpencer Janssen2007-10-151-2/+2
| | | | darcs-hash:20071015205542-a5988-4636825868c99db4f3cfdcd6b1e361d78e393762.gz
* NoBorders bugfix (I hope)l.mai2007-10-111-1/+1
| | | | | | | David Roundy should probably have a look at this, but this change makes sense to me. Plus it makes NoBorders work in combination with SwitchTrans. :-) darcs-hash:20071011021756-42ea9-2d61edad94df2fc1dca1d9aaf6df780b4b4caaf8.gz
* Add LANGUAGE pragamsShachaf Ben-Kiki2007-10-081-1/+1
| | | | | | | | It seems that GHC 6.6 just enables -fglasgow-exts when it sees any LANGUAGE pragma, so not all of them were added; this patch adds the rest of them, which is necessary for xmonad to compile in GHC > darcs-hash:20071008022141-bffde-c7ab0ae3d58eab8707b5f428a7236540bae5b4e1.gz
* update NoBorders.hs configuration documentationgwern02007-10-071-2/+2
| | | | | | It seems 'noBorder full' no longer hacks it. darcs-hash:20071007190621-f7719-94fda72424a5b09919659a121e8679af06c8ccea.gz
* NoBorders.hs: unused bindings.Joachim Fasting2007-10-061-2/+2
| | | | darcs-hash:20071006102316-928c4-c2112372a688a0c1db5c8fc75c7e9d5babebc9fb.gz
* NoBorders.smartBorders: add type signature.Joachim Fasting2007-10-061-0/+1
| | | | darcs-hash:20071006102210-928c4-690cc0268ff8fed51cf67a3dc12362f5f003a71f.gz
* NoBorders: reduce flickerSpencer Janssen2007-10-021-4/+9
| | | | darcs-hash:20071002213053-a5988-39f5f90d0e14a23fc5def20d19c0701117a99513.gz
* some renaming of classes and data types.David Roundy2007-09-291-2/+2
| | | | darcs-hash:20070929191238-72aca-ceb0f2a89b35460e87cf9ff935f786b5a6028fb5.gz
* Add smartBordersSpencer Janssen2007-09-291-0/+21
| | | | darcs-hash:20070929010946-a5988-c2b8952b46d30c05e1ec88d692d312b464de4f01.gz
* Various fixes to NoBorders. Hopefully fixes bug #42Spencer Janssen2007-09-281-11/+21
| | | | darcs-hash:20070928174615-a5988-7f41b07cf9254165d4e98daa41a3648157878409.gz
* rename LayoutHelpers to LayoutModifier.David Roundy2007-09-231-1/+1
| | | | darcs-hash:20070923215956-72aca-af065b4b5a9aaf57adca7eb93aa72ae843656cd1.gz
* Update NoBorders and LayoutHelpers.David Roundy2007-09-231-13/+14
| | | | darcs-hash:20070923192640-72aca-6d42a9003e9339dfd61dab830527c12c880d74f4.gz
* Docstring parser for generating xmonad build configs with default settings ↵Alex Tarkovsky2007-09-051-0/+4
| | | | | | for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz
* fix usage instructions on NoBorders.David Roundy2007-06-241-1/+4
| | | | darcs-hash:20070624141631-72aca-e75499f67a7458dd492cbe4a3402213d3895472d.gz
* Fix type signatures.joachim.fasting2007-06-201-2/+2
| | | | | | Think this fixes the rest of the errors caused by the Layout change. darcs-hash:20070619220323-ea16c-3274cd24d01bc932089ab88191ccda316ea93b01.gz
* NoBorders.hs: info and documentationAndrea Rossato2007-06-141-7/+25
| | | | darcs-hash:20070614144200-32816-6b78e41214d282adaabfd5f500014f1ee74b6f8d.gz
* changes to work with Stacks that can't be empty.David Roundy2007-06-121-1/+1
| | | | darcs-hash:20070612151209-72aca-62307f8565fc32ca80be8daf2c30fe414d49111e.gz
* new module NoBorders to let a given layout have windows without borders.David Roundy2007-06-121-0/+36
This is designed for layouts like full and tabbed, where the red square around the screen actually conveys no information (except for weird windows that use the shape extension or something, so that more than one window is actually visible). Save some real estate at no cost. darcs-hash:20070612133727-72aca-f82436aef1e122ce19bafd5be4fffbc9fc56e904.gz