aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Workspace.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-11-21 15:27:15 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2007-11-21 15:27:15 +0100
commit649c4e081e27bdfa220c3b3e83f151a63da944d2 (patch)
tree574830456b2d4c73205e6cb3addb8db7499e75c5 /XMonad/Prompt/Workspace.hs
parentc0b830251f688598c2bee2bf1b63ffcd70220a2d (diff)
downloadXMonadContrib-649c4e081e27bdfa220c3b3e83f151a63da944d2.tar.gz
XMonadContrib-649c4e081e27bdfa220c3b3e83f151a63da944d2.tar.xz
XMonadContrib-649c4e081e27bdfa220c3b3e83f151a63da944d2.zip
Updated documentation of all prompts in XMonad.Prompt
darcs-hash:20071121142715-32816-d7bc698f2a035139bf7a512af20804c872b6d467.gz
Diffstat (limited to 'XMonad/Prompt/Workspace.hs')
-rw-r--r--XMonad/Prompt/Workspace.hs9
1 files changed, 6 insertions, 3 deletions
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