summaryrefslogtreecommitdiffstats
path: root/misc/ydpdict/ydpdict.conf
diff options
context:
space:
mode:
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
commite1b76dced14fa1a4442eb702cef55fe7e378f09e (patch)
treef3ae417a1783ca31970f015f4433d4c6dbf21a8f /misc/ydpdict/ydpdict.conf
parentf69475f26da42cf0fb632f949de44655bfe491b8 (diff)
downloadslackbuilds-e1b76dced14fa1a4442eb702cef55fe7e378f09e.tar.gz
slackbuilds-e1b76dced14fa1a4442eb702cef55fe7e378f09e.tar.xz
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.conf38
1 files changed, 38 insertions, 0 deletions
diff --git a/misc/ydpdict/ydpdict.conf b/misc/ydpdict/ydpdict.conf
new file mode 100644
index 0000000000..5550ec6dc9
--- /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