Skip to content

Commit

Permalink
Merge pull request #841 from jpolchlo/docs/unicode-prompt
Browse files Browse the repository at this point in the history
Add documentation for unicode prompt
  • Loading branch information
slotThe authored Nov 8, 2023
2 parents c176a75 + da566d6 commit 8035db1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions XMonad/Prompt/Unicode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ and adding an appropriate keybinding, for example:
> , ((modm .|. controlMask, xK_u), unicodePrompt "/path/to/unicode-data" def)
A path to a @UnicodeData.txt@ file or equivalent must be provided. This file
should be available through your package manager; search for @unicode-data@.
If no package is found, one may opt to download this file directly from
[unicode.org](http://www.unicode.org/Public/UNIDATA/UnicodeData.txt).
More flexibility is given by the @mkUnicodePrompt@ function, which takes a
command and a list of arguments to pass as its first two arguments. See
@unicodePrompt@ for details.
Expand Down

0 comments on commit 8035db1

Please sign in to comment.