From 0a981009c705f620ff4a99ba60a8ca20592007db Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Mon, 31 Dec 2007 14:58:06 +0100 Subject: PerWorkspace.hs: add an explanatory note darcs-hash:20071231135806-bd4d7-023333ed3121a756d2165919532077f37c0bccda.gz --- XMonad/Layout/PerWorkspace.hs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'XMonad/Layout/PerWorkspace.hs') 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 ( -- cgit v1.2.3