This commit is contained in:
2018-12-16 13:06:16 +01:00
parent 68f8e15b94
commit 6b730ce230
6 changed files with 83 additions and 42 deletions

View File

@@ -1,8 +1,9 @@
Config {
maxHistoryLength = 10000,
maxHistoryLength = 100000,
historyPath = "~/.cache/greenclip.history",
staticHistoryPath = "~/.cache/greenclip.staticHistory",
imageCachePath = "/tmp/",
usePrimarySelectionAsInput = False,
blacklistedApps = []
}
blacklistedApps = [],
trimSpaceFromSelection = True
}