diff options
-rw-r--r-- | XMonad/Prompt/Layout.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/XMonad/Prompt/Layout.hs b/XMonad/Prompt/Layout.hs index 6a79a7e..ffec8bb 100644 --- a/XMonad/Prompt/Layout.hs +++ b/XMonad/Prompt/Layout.hs @@ -28,7 +28,8 @@ import XMonad.Layout.LayoutCombinators ( JumpToLayout(..) ) -- $usage -- You can use this module with the following in your Config.hs file: --- +-- +-- > import XMonad.Prompt -- > import XMonad.Prompt.Layout -- -- > , ((modMask .|. shiftMask, xK_m ), layoutPrompt defaultXPConfig) |