aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2007-11-20 03:46:12 +0100
committerBrent Yorgey <byorgey@gmail.com>2007-11-20 03:46:12 +0100
commit8e6bd88b05105554f1666158e196d103c13092f3 (patch)
tree08b5badbe74913f70f005539c8f97967d61d7022 /xmonad-contrib.cabal
parent0817a2c736ed293906e92b4bdc2e1606c691daa4 (diff)
downloadXMonadContrib-8e6bd88b05105554f1666158e196d103c13092f3.tar.gz
XMonadContrib-8e6bd88b05105554f1666158e196d103c13092f3.tar.xz
XMonadContrib-8e6bd88b05105554f1666158e196d103c13092f3.zip
new contrib module: Layout.PerWorkspace
This module allows you to configure layouts on a per-workspace basis, rather than specifying the same layout for all workspaces. (Of course, you still really *are* specifying the same layout for all workspaces, it just acts differently depending on the workspace. darcs-hash:20071120024612-bd4d7-742aa9157b0c9f3d0f4f54c5c61d4299cf37bd8a.gz
Diffstat (limited to 'xmonad-contrib.cabal')
-rw-r--r--xmonad-contrib.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index f376553..aa98b07 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -88,6 +88,7 @@ library
XMonad.Layout.MultiToggle
XMonad.Layout.Named
XMonad.Layout.NoBorders
+ XMonad.Layout.PerWorkspace
XMonad.Layout.ResizableTile
XMonad.Layout.Roledex
XMonad.Layout.Spiral