aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CycleWS.hs4
-rw-r--r--WindowBringer.hs4
-rw-r--r--WindowPrompt.hs4
3 files changed, 6 insertions, 6 deletions
diff --git a/CycleWS.hs b/CycleWS.hs
index 6b6af4e..060c642 100644
--- a/CycleWS.hs
+++ b/CycleWS.hs
@@ -35,7 +35,7 @@ import {-# SOURCE #-} qualified Config (workspaces)
-- $usage
-- 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_Left), prevWS)
@@ -48,7 +48,7 @@ import {-# SOURCE #-} qualified Config (workspaces)
-- > , ((modMask .|. shiftMask, xK_Left), shiftToPrev >> prevWS)
--
--- %import XMonadContrib.NextWorkspace
+-- %import XMonadContrib.CycleWS
-- %keybind , ((modMask, xK_Right), nextWS)
-- %keybind , ((modMask, xK_Left), prevWS)
-- %keybind , ((modMask .|. shiftMask, xK_Right), shiftToNext)
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.
diff --git a/WindowPrompt.hs b/WindowPrompt.hs
index 1e75332..04c0a40 100644
--- a/WindowPrompt.hs
+++ b/WindowPrompt.hs
@@ -48,8 +48,8 @@ import XMonadContrib.WindowBringer
--
-- %import XMonadContrib.XPrompt
-- %import XMonadContrib.WindowPrompt
--- %keybind ((modMask .|. shiftMask, xK_g ), windowPromptGoto defaultXPConfig)
--- %keybind ((modMask .|. shiftMask, xK_g ), windowPromptBring defaultXPConfig)
+-- %keybind , ((modMask .|. shiftMask, xK_g ), windowPromptGoto defaultXPConfig)
+-- %keybind , ((modMask .|. shiftMask, xK_g ), windowPromptBring defaultXPConfig)
data WindowPrompt = Goto | Bring
instance XPrompt WindowPrompt where