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. =)
This commit is contained in:
Brent Yorgey
2007-11-20 02:46:12 +00:00
parent 635a4f1fc5
commit 31cebf1b0a
2 changed files with 132 additions and 0 deletions

View File

@@ -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