From 292f63fca96202d04b3a1e4b436d60544b794b8b Mon Sep 17 00:00:00 2001 From: Sean Lang Date: Mon, 8 Mar 2021 13:10:34 -0600 Subject: [PATCH] update greenclip config --- greenclip/greenclip.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/greenclip/greenclip.cfg b/greenclip/greenclip.cfg index 6d0834c..e3ae8bb 100644 --- a/greenclip/greenclip.cfg +++ b/greenclip/greenclip.cfg @@ -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 -- 2.45.2