From 649c4e081e27bdfa220c3b3e83f151a63da944d2 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Wed, 21 Nov 2007 15:27:15 +0100 Subject: Updated documentation of all prompts in XMonad.Prompt darcs-hash:20071121142715-32816-d7bc698f2a035139bf7a512af20804c872b6d467.gz --- XMonad/Prompt/Workspace.hs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'XMonad/Prompt/Workspace.hs') diff --git a/XMonad/Prompt/Workspace.hs b/XMonad/Prompt/Workspace.hs index a83d933..343774b 100644 --- a/XMonad/Prompt/Workspace.hs +++ b/XMonad/Prompt/Workspace.hs @@ -3,7 +3,7 @@ -- Module : XMonad.Prompt.Workspace -- Copyright : (C) 2007 Andrea Rossato, David Roundy -- License : BSD3 --- +-- -- Maintainer : droundy@darcs.net -- Stability : unstable -- Portability : unportable @@ -25,12 +25,15 @@ import XMonad.Prompt import XMonad.StackSet ( workspaces, tag ) -- $usage --- You can use this module with the following in your Config.hs file: --- +-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@: +-- -- > import XMonad.Prompt -- > import XMonad.Prompt.Workspace -- -- > , ((modMask x .|. shiftMask, xK_m ), workspacePrompt defaultXPConfig (windows . W.shift)) +-- +-- For detailed instruction on editing the key binding see +-- "XMonad.Doc.Extending#Editing_key_bindings". data Wor = Wor String -- cgit v1.2.3