Fix more config docstrings

This commit is contained in:
Alex Tarkovsky
2007-10-13 08:51:33 +00:00
parent d861a52ff5
commit b914b584ca
3 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ import {-# SOURCE #-} qualified Config (workspaces)
-- $usage -- $usage
-- You can use this module with the following in your Config.hs file: -- You can use this module with the following in your Config.hs file:
-- --
-- > import XMonadContrib.NextWorkspace -- > import XMonadContrib.CycleWS
-- --
-- > , ((modMask, xK_Right), nextWS) -- > , ((modMask, xK_Right), nextWS)
-- > , ((modMask, xK_Left), prevWS) -- > , ((modMask, xK_Left), prevWS)
@@ -48,7 +48,7 @@ import {-# SOURCE #-} qualified Config (workspaces)
-- > , ((modMask .|. shiftMask, xK_Left), shiftToPrev >> prevWS) -- > , ((modMask .|. shiftMask, xK_Left), shiftToPrev >> prevWS)
-- --
-- %import XMonadContrib.NextWorkspace -- %import XMonadContrib.CycleWS
-- %keybind , ((modMask, xK_Right), nextWS) -- %keybind , ((modMask, xK_Right), nextWS)
-- %keybind , ((modMask, xK_Left), prevWS) -- %keybind , ((modMask, xK_Left), prevWS)
-- %keybind , ((modMask .|. shiftMask, xK_Right), shiftToNext) -- %keybind , ((modMask .|. shiftMask, xK_Right), shiftToNext)

View File

@@ -44,8 +44,8 @@ import XMonadContrib.NamedWindows (getName)
-- > , ((modMask .|. shiftMask, xK_b ), bringMenu) -- > , ((modMask .|. shiftMask, xK_b ), bringMenu)
-- %import XMonadContrib.WindowBringer -- %import XMonadContrib.WindowBringer
-- %keybind ((modMask .|. shiftMask, xK_g ), gotoMenu) -- %keybind , ((modMask .|. shiftMask, xK_g ), gotoMenu)
-- %keybind ((modMask .|. shiftMask, xK_b ), bringMenu) -- %keybind , ((modMask .|. shiftMask, xK_b ), bringMenu)
-- | Pops open a dmenu with window titles. Choose one, and you will be -- | Pops open a dmenu with window titles. Choose one, and you will be
-- taken to the corresponding workspace. -- taken to the corresponding workspace.

View File

@@ -48,8 +48,8 @@ import XMonadContrib.WindowBringer
-- --
-- %import XMonadContrib.XPrompt -- %import XMonadContrib.XPrompt
-- %import XMonadContrib.WindowPrompt -- %import XMonadContrib.WindowPrompt
-- %keybind ((modMask .|. shiftMask, xK_g ), windowPromptGoto defaultXPConfig) -- %keybind , ((modMask .|. shiftMask, xK_g ), windowPromptGoto defaultXPConfig)
-- %keybind ((modMask .|. shiftMask, xK_g ), windowPromptBring defaultXPConfig) -- %keybind , ((modMask .|. shiftMask, xK_g ), windowPromptBring defaultXPConfig)
data WindowPrompt = Goto | Bring data WindowPrompt = Goto | Bring
instance XPrompt WindowPrompt where instance XPrompt WindowPrompt where