aboutsummaryrefslogtreecommitdiffstats
path: root/MetaModule.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-06-12 15:37:27 +0200
committerDavid Roundy <droundy@darcs.net>2007-06-12 15:37:27 +0200
commitdf36367721a4ad1d957af634e92bbdd12adf3b41 (patch)
tree6a856b4638b116053ef19d3dc5a1cd67d4de4360 /MetaModule.hs
parentf0acb2ef136cb269da499a67004459b4e14fbb02 (diff)
downloadXMonadContrib-df36367721a4ad1d957af634e92bbdd12adf3b41.tar.gz
XMonadContrib-df36367721a4ad1d957af634e92bbdd12adf3b41.tar.xz
XMonadContrib-df36367721a4ad1d957af634e92bbdd12adf3b41.zip
new module NoBorders to let a given layout have windows without borders.
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
Diffstat (limited to 'MetaModule.hs')
-rw-r--r--MetaModule.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MetaModule.hs b/MetaModule.hs
index 7ca8c5e..033ece9 100644
--- a/MetaModule.hs
+++ b/MetaModule.hs
@@ -23,6 +23,7 @@ import XMonadContrib.HintedTile ()
import XMonadContrib.LayoutHints ()
import XMonadContrib.Mosaic ()
import XMonadContrib.NamedWindows ()
+import XMonadContrib.NoBorders ()
import XMonadContrib.RotView ()
import XMonadContrib.SimpleDate ()
import XMonadContrib.Spiral ()