diff options
author | Daniel Wagner <daniel@wagner-home.com> | 2013-04-11 21:38:49 +0200 |
---|---|---|
committer | Daniel Wagner <daniel@wagner-home.com> | 2013-04-11 21:38:49 +0200 |
commit | 0f1f1a682524b026a4537f4c8f0292cb904aacf8 (patch) | |
tree | 987ed0c70edc57ca1885f445219201c039c49d86 /XMonad/Layout | |
parent | 291fbb7d976057170d3be8092e8c219ed9ddee05 (diff) | |
download | XMonadContrib-0f1f1a682524b026a4537f4c8f0292cb904aacf8.tar.gz XMonadContrib-0f1f1a682524b026a4537f4c8f0292cb904aacf8.tar.xz XMonadContrib-0f1f1a682524b026a4537f4c8f0292cb904aacf8.zip |
minor fixes to the haddock markup in X.L.IndependentScreens
Ignore-this: b6a139aa43fdb39fc1b86566c0c34c7a
darcs-hash:20130411193849-76d51-f8b1e55d644f0f17b8b3757cf0aa5d3d13a3d857.gz
Diffstat (limited to 'XMonad/Layout')
-rw-r--r-- | XMonad/Layout/IndependentScreens.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/XMonad/Layout/IndependentScreens.hs b/XMonad/Layout/IndependentScreens.hs index 5a38588..1e094c6 100644 --- a/XMonad/Layout/IndependentScreens.hs +++ b/XMonad/Layout/IndependentScreens.hs @@ -147,7 +147,8 @@ marshallPP s pp = pp { -- if either of the following conditions is met: -- -- 1. The 'ppSort' of the input returns an empty list (when not given one). --- 2. The 'ppOrder' of the input returns the exact string "\0". +-- +-- 2. The 'ppOrder' of the input returns the exact string @\"\\0\"@. -- -- For example, you can use this to create a pipe which tracks the title of the -- window currently focused on a given screen (even if the screen is not |