mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
add missing documentation of XMonad.Prompt.FuzzyMatch and
XMonad.Prompt.Unicode to XMonad.Doc.Extending
This commit is contained in:
parent
1a085bec43
commit
598a40da9c
@ -1052,6 +1052,9 @@ These are the available prompts:
|
||||
intended mostly as an example of using "XMonad.Prompt.Input" to
|
||||
build an action requiring user input.
|
||||
|
||||
* "XMonad.Prompt.FuzzyMatch":
|
||||
A module for fuzzy completion matching in prompts akin to emacs ido mode
|
||||
|
||||
* "XMonad.Prompt.Input":
|
||||
A generic framework for prompting the user for input and passing it
|
||||
along to some other action.
|
||||
@ -1085,6 +1088,9 @@ These are the available prompts:
|
||||
* "XMonad.Prompt.Theme":
|
||||
A prompt for changing the theme of the current workspace
|
||||
|
||||
* "XMonad.Prompt.Unicode":
|
||||
A prompt for inputting Unicode characters
|
||||
|
||||
* "XMonad.Prompt.Window":
|
||||
xprompt operations to bring windows to you, and bring you to windows.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user