~slang/dotfiles

292f63fca96202d04b3a1e4b436d60544b794b8b — Sean Lang 2 years ago 1e3b3e1
update greenclip config
1 files changed, 3 insertions(+), 2 deletions(-)

M greenclip/greenclip.cfg
M greenclip/greenclip.cfg => greenclip/greenclip.cfg +3 -2
@@ 2,8 2,9 @@ Config {
 maxHistoryLength = 500,
 historyPath = "~/.cache/greenclip.history",
 staticHistoryPath = "~/.cache/greenclip.staticHistory",
 imageCachePath = "/tmp/",
 imageCachePath = "/tmp/greenclip/",
 usePrimarySelectionAsInput = False,
 blacklistedApps = [],
 trimSpaceFromSelection = True
 trimSpaceFromSelection = True,
 enableImageSupport = True
}
\ No newline at end of file