mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Merge pull request #841 from jpolchlo/docs/unicode-prompt
Add documentation for unicode prompt
This commit is contained in:
commit
8035db1bd0
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user