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

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