11 lines
297 B
INI
11 lines
297 B
INI
|
Config {
|
||
|
maxHistoryLength = 100000,
|
||
|
historyPath = "~/.cache/greenclip.history",
|
||
|
staticHistoryPath = "~/.cache/greenclip.staticHistory",
|
||
|
imageCachePath = "/tmp/greenclip/",
|
||
|
usePrimarySelectionAsInput = False,
|
||
|
blacklistedApps = [],
|
||
|
trimSpaceFromSelection = True,
|
||
|
enableImageSupport = True
|
||
|
}
|