aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--XMonad/Layout/WorkspaceDir.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/WorkspaceDir.hs b/XMonad/Layout/WorkspaceDir.hs
index 2ef4223..8737c8d 100644
--- a/XMonad/Layout/WorkspaceDir.hs
+++ b/XMonad/Layout/WorkspaceDir.hs
@@ -18,7 +18,7 @@
-- (or other programs) pulled up in that workspace (with that layout) will
-- execute in that working directory. Sort of handy, I think.
--
--- Requires the 'directory' package
+-- Note this extension requires the 'directory' package to be installed.
--
-----------------------------------------------------------------------------