ADD greenclip config

This commit is contained in:
Nathan Dwarshuis 2021-02-18 13:10:10 -05:00
parent 1d1b044903
commit c44616ceb8
1 changed files with 10 additions and 0 deletions

10
dot_config/greenclip.cfg Normal file
View File

@ -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
}