mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Fix documentation bug in X.U.NSP
The Usage section made reference to a non-existent `namedScratchpadSpawnAction` function. It has been replaced with `namedScratchpadAction` in accordance with the documented bindings below.
This commit is contained in:
parent
24f11362c7
commit
b9794e6a13
@ -60,7 +60,7 @@ import qualified XMonad.Util.ExtensibleState as XS
|
||||
|
||||
-- $usage
|
||||
-- Allows to have several floating scratchpads running different applications.
|
||||
-- Bind a key to 'namedScratchpadSpawnAction'.
|
||||
-- Bind a key to 'namedScratchpadAction'.
|
||||
-- Pressing it will spawn configured application, or bring it to the current
|
||||
-- workspace if it already exists.
|
||||
-- Pressing the key with the application on the current workspace will
|
||||
|
Loading…
x
Reference in New Issue
Block a user