diff options
author | Cezary M. Kruk <c.kruk@bigfoot.com> | 2015-04-04 07:29:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:29:51 +0700 |
commit | e1b76dced14fa1a4442eb702cef55fe7e378f09e (patch) | |
tree | f3ae417a1783ca31970f015f4433d4c6dbf21a8f /misc/ydpdict/ydpdict.conf | |
parent | f69475f26da42cf0fb632f949de44655bfe491b8 (diff) |
misc/ydpdict: Added (shell and terminal shell).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/ydpdict/ydpdict.conf')
-rw-r--r-- | misc/ydpdict/ydpdict.conf | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/misc/ydpdict/ydpdict.conf b/misc/ydpdict/ydpdict.conf new file mode 100644 index 000000000000..5550ec6dc9f1 --- /dev/null +++ b/misc/ydpdict/ydpdict.conf @@ -0,0 +1,38 @@ +# Path to dictionary files (*.dat and *.idx). Filenames within the directory +# MUST be written using lowercase letters. + +Path /usr/share/ydpdict/database + +# Path to pronuciation samples. + +CDPath /usr/share/ydpdict + +# Path to external sound player. If unset, internal playback routines are +# used. + +#Player /usr/bin/play +Player /usr/bin/mpg321 +#Player /usr/bin/ogg123 + +# Default dictionary (0 - English-Polish, 1 - Polish-English, +# 2 - German-Polish, 3 - Polish-German) + +DefaultDictionary 0 + +# Color support is autodetected, but color display can be forced with this +# option. + +UseColor On + +# Terminal transparency + +UseTransparent On + +# Colors used to display definitions can be set to one of the following: +# Black, Red, Green, Brown, Blue, Magenta, Cyan, White, Gray, Yellow, +# LightRed, LightGreen, LightBlue, LightMagenta, LightCyan, LightWhite. +# Note: for colors with "Light" prefix, emphasis will be invisible. + +Color Blue +DefinitionColor LightCyan +InformationColor LightGreen |