diff --git a/XMonad/Util/NamedScratchpad.hs b/XMonad/Util/NamedScratchpad.hs index f4e9fdc6..61a53382 100644 --- a/XMonad/Util/NamedScratchpad.hs +++ b/XMonad/Util/NamedScratchpad.hs @@ -446,9 +446,10 @@ toggleDynamicNSP s w = do -- For example, having defined "Calc", "Mail", and "Term" scratchpads, -- you can use 'addExclusives' to make some of them dislike each other: -- --- > myExclusives = [ ["Calc", "Mail"] --- > , ["Mail", "Term"] --- > ] +-- > myExclusives = addExclusives +-- > [ ["Calc", "Mail"] +-- > , ["Mail", "Term"] +-- > ] -- -- You now have to add @myExclusives@ to you startupHook: --