diff options
-rw-r--r-- | WorkspaceDir.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WorkspaceDir.hs b/WorkspaceDir.hs index 3fe46d5..baaeb74 100644 --- a/WorkspaceDir.hs +++ b/WorkspaceDir.hs @@ -17,6 +17,8 @@ -- know of to attach a behavior to a workspace. This means that any terminals -- (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 -- ----------------------------------------------------------------------------- |