aboutsummaryrefslogtreecommitdiffstats
path: root/WindowBringer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'WindowBringer.hs')
-rw-r--r--WindowBringer.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/WindowBringer.hs b/WindowBringer.hs
index 7dc884a..087001c 100644
--- a/WindowBringer.hs
+++ b/WindowBringer.hs
@@ -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.