diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2012-04-28 21:45:52 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2012-04-28 21:45:52 +0200 |
commit | 210e51e2f9a0758ea15977209e277dd690957f31 (patch) | |
tree | e0b64ca1d474261ea263a5bfc18f4d162baf817c /XMonad/Actions | |
parent | 4d4213405d3a3fcfc1a84920cba9fe5a2b2b1d2a (diff) | |
download | XMonadContrib-210e51e2f9a0758ea15977209e277dd690957f31.tar.gz XMonadContrib-210e51e2f9a0758ea15977209e277dd690957f31.tar.xz XMonadContrib-210e51e2f9a0758ea15977209e277dd690957f31.zip |
Minor haddock formatting for X.L.OnHost and X.A.DynamicWorkspaceOrder
Ignore-this: 843ec567e249cc96d51ca931f1e36514
darcs-hash:20120428194552-1499c-86afac9105d38cb89e72661bdb2c177b0f3baf1f.gz
Diffstat (limited to 'XMonad/Actions')
-rw-r--r-- | XMonad/Actions/DynamicWorkspaceOrder.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/DynamicWorkspaceOrder.hs b/XMonad/Actions/DynamicWorkspaceOrder.hs index 75f16ee..b7142d8 100644 --- a/XMonad/Actions/DynamicWorkspaceOrder.hs +++ b/XMonad/Actions/DynamicWorkspaceOrder.hs @@ -167,7 +167,7 @@ shiftTo :: Direction1D -> WSType -> X () shiftTo dir t = doTo dir t getSortByOrder (windows . W.shift) -- | Do something with the nth workspace in the dynamic order. The --- callback is given the workspace's tag as well as the @WindowSet@ +-- callback is given the workspace's tag as well as the 'WindowSet' -- of the workspace itself. withNthWorkspace :: (String -> WindowSet -> WindowSet) -> Int -> X () withNthWorkspace job wnum = do |