mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12:41:52 -07:00
Fix more config docstrings
This commit is contained in:
@@ -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)
|
||||
|
@@ -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.
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user