greenclip.cfg 292 B

1234567891011
  1. Config {
  2. maxHistoryLength = 50,
  3. historyPath = "~/.cache/greenclip.history",
  4. staticHistoryPath = "~/.cache/greenclip.staticHistory",
  5. imageCachePath = "/tmp/greenclip/",
  6. usePrimarySelectionAsInput = True,
  7. blacklistedApps = [],
  8. trimSpaceFromSelection = True,
  9. enableImageSupport = True
  10. }