aboutsummaryrefslogtreecommitdiffstats
path: root/WorkspaceDir.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--WorkspaceDir.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/WorkspaceDir.hs b/WorkspaceDir.hs
index 290a675..9e3431c 100644
--- a/WorkspaceDir.hs
+++ b/WorkspaceDir.hs
@@ -46,6 +46,12 @@ import XMonadContrib.XPrompt ( defaultXPConfig )
--
-- > , ((modMask .|. shiftMask, xK_x ), changeDir defaultXPConfig)
+-- %import XMonadContrib.WorkspaceDir
+-- %keybind , ((modMask .|. shiftMask, xK_x ), changeDir defaultXPConfig)
+-- %layout -- prepend 'map (workspaceDir "~")' to defaultLayouts definition above,
+-- %layout -- just before the list, like the following (don't uncomment next line):
+-- %layout -- defaultLayouts = map (workspaceDir "~") [ tiled, ... ]
+
data Chdir = Chdir String deriving ( Typeable )
instance Message Chdir