ADD greenclip config
This commit is contained in:
parent
1d1b044903
commit
c44616ceb8
|
@ -0,0 +1,10 @@
|
||||||
|
Config {
|
||||||
|
maxHistoryLength = 100000,
|
||||||
|
historyPath = "~/.cache/greenclip.history",
|
||||||
|
staticHistoryPath = "~/.cache/greenclip.staticHistory",
|
||||||
|
imageCachePath = "/tmp/greenclip/",
|
||||||
|
usePrimarySelectionAsInput = False,
|
||||||
|
blacklistedApps = [],
|
||||||
|
trimSpaceFromSelection = True,
|
||||||
|
enableImageSupport = True
|
||||||
|
}
|
Loading…
Reference in New Issue