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