aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Layout.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Prompt/Layout.hs')
-rw-r--r--XMonad/Prompt/Layout.hs9
1 files changed, 6 insertions, 3 deletions
diff --git a/XMonad/Prompt/Layout.hs b/XMonad/Prompt/Layout.hs
index 3f55d06..beb3334 100644
--- a/XMonad/Prompt/Layout.hs
+++ b/XMonad/Prompt/Layout.hs
@@ -3,7 +3,7 @@
-- Module : XMonad.Prompt.Layout
-- Copyright : (C) 2007 Andrea Rossato, David Roundy
-- License : BSD3
---
+--
-- Maintainer : droundy@darcs.net
-- Stability : unstable
-- Portability : unportable
@@ -27,13 +27,16 @@ import XMonad.StackSet ( workspaces, layout )
import XMonad.Layout.LayoutCombinators ( JumpToLayout(..) )
-- $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.Layout
--
-- > , ((modMask x .|. shiftMask, xK_m ), layoutPrompt defaultXPConfig)
-
+--
+-- For detailed instruction on editing the key binding see
+-- "XMonad.Doc.Extending#Editing_key_bindings".
+--
-- WARNING: This prompt won't display all possible layouts, because the
-- code to enable this was rejected from xmonad core. It only displays
-- layouts that are actually in use. Also, you can only select layouts if