dotfiles/dot_config/greenclip.cfg

11 lines
297 B
INI
Raw Normal View History

2021-02-18 13:10:10 -05:00
Config {
maxHistoryLength = 100000,
historyPath = "~/.cache/greenclip.history",
staticHistoryPath = "~/.cache/greenclip.staticHistory",
imageCachePath = "/tmp/greenclip/",
usePrimarySelectionAsInput = False,
blacklistedApps = [],
trimSpaceFromSelection = True,
enableImageSupport = True
}