diff options
author | Brent Yorgey <byorgey@gmail.com> | 2007-12-31 14:58:06 +0100 |
---|---|---|
committer | Brent Yorgey <byorgey@gmail.com> | 2007-12-31 14:58:06 +0100 |
commit | 0a981009c705f620ff4a99ba60a8ca20592007db (patch) | |
tree | 96c87b52ddd2044fa909ea85c1bdda771f3b1381 /XMonad | |
parent | a05585596c371507a25d01bea0d597658218926c (diff) | |
download | XMonadContrib-0a981009c705f620ff4a99ba60a8ca20592007db.tar.gz XMonadContrib-0a981009c705f620ff4a99ba60a8ca20592007db.tar.xz XMonadContrib-0a981009c705f620ff4a99ba60a8ca20592007db.zip |
PerWorkspace.hs: add an explanatory note
darcs-hash:20071231135806-bd4d7-023333ed3121a756d2165919532077f37c0bccda.gz
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Layout/PerWorkspace.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/XMonad/Layout/PerWorkspace.hs b/XMonad/Layout/PerWorkspace.hs index 25de2c8..bc51a96 100644 --- a/XMonad/Layout/PerWorkspace.hs +++ b/XMonad/Layout/PerWorkspace.hs @@ -12,6 +12,13 @@ -- -- Configure layouts on a per-workspace basis. NOTE that this module -- does not (yet) work in conjunction with multiple screens! =( +-- +-- Note also that when using PerWorkspace, on initial startup workspaces +-- may not respond to messages properly until a window has been opened. +-- This is due to a limitation inherent in the way PerWorkspace is +-- implemented: it cannot decide which layout to use until actually +-- required to lay out some windows (which does not happen until a window +-- is opened). ----------------------------------------------------------------------------- module XMonad.Layout.PerWorkspace ( |