From c44616ceb8deb3e5a148231dea34c742774590e9 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 18 Feb 2021 13:10:10 -0500 Subject: [PATCH] ADD greenclip config --- dot_config/greenclip.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dot_config/greenclip.cfg diff --git a/dot_config/greenclip.cfg b/dot_config/greenclip.cfg new file mode 100644 index 0000000..61511df --- /dev/null +++ b/dot_config/greenclip.cfg @@ -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 +}