Parameters adjusted via config file - goldendict/goldendict GitHub Wiki

(build 1.5.0-RC-224 and later)

Next GoldenDict parameters now can be adjusted only via manual config file editing.
IMPORTANT: Any manual editing of the config file must be performed only when GoldenDict isn't launched.

maxPictureWidth

This parameter sets maximum picture width in DSL dictionaries. Images larger then this parameter will be resized to this width. Left mouse click on such resized picture will open new tab with full-size image. If parameter is set to 0 any images will not be resized.
Default value: 0 (No image resizing)

maxHeadwordSize

This parameter set maximum length of article headword in DSL dictionaries. Header longer this value will be skipped while indexing. Also words/sentences longer this value will not be recorded in history.
Default value: 256

trackClipboardChanges

(build 1.5.0-RC-229 and later)

This parameter turn on/off clipboard tracking. When clipboard track is on and scan popup is on GoldenDict will show scan popup window at any clipboard changes.
Allowed values:
0 - Turn clipboard tracking OFF.
1 - Turn clipboard tracking ON.
Default value: 0 (clipboard tracking OFF)

Note: Under Linux this parameter is not presented, clipboard tracking always on.