aboutsummaryrefslogtreecommitdiffstats
path: root/WindowBringer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'WindowBringer.hs')
-rw-r--r--WindowBringer.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/WindowBringer.hs b/WindowBringer.hs
index 452d552..e58fc26 100644
--- a/WindowBringer.hs
+++ b/WindowBringer.hs
@@ -36,11 +36,14 @@ import XMonadContrib.NamedWindows (getName)
-- where you left your XChat.
--
-- Place in your Config.hs:
+--
-- > import XMonadContrib.WindowBringer
+--
-- and in the keys definition:
+--
-- > , ((modMask .|. shiftMask, xK_g ), gotoMenu)
-- > , ((modMask .|. shiftMask, xK_b ), bringMenu)
---
+
-- %import XMonadContrib.WindowBringer
-- %keybind ((modMask .|. shiftMask, xK_g ), gotoMenu)
-- %keybind ((modMask .|. shiftMask, xK_b ), bringMenu)