random
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user