Skip to content

Commit da566d6

Browse files
jpolchloslotThe
authored andcommitted
X.P.Unicode: Add docs about UnicodeData.txt
Having this file is required for the prompt to work, and how to obtain it may not be immediately obvious.
1 parent c176a75 commit da566d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

XMonad/Prompt/Unicode.hs

+5
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ and adding an appropriate keybinding, for example:
6161
6262
> , ((modm .|. controlMask, xK_u), unicodePrompt "/path/to/unicode-data" def)
6363
64+
A path to a @UnicodeData.txt@ file or equivalent must be provided. This file
65+
should be available through your package manager; search for @unicode-data@.
66+
If no package is found, one may opt to download this file directly from
67+
[unicode.org](http://www.unicode.org/Public/UNIDATA/UnicodeData.txt).
68+
6469
More flexibility is given by the @mkUnicodePrompt@ function, which takes a
6570
command and a list of arguments to pass as its first two arguments. See
6671
@unicodePrompt@ for details.

0 commit comments

Comments
 (0)