mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 08:48:27 -05:00
10 lines
267 B
INI
10 lines
267 B
INI
Config {
|
|
maxHistoryLength = 1000,
|
|
historyPath = "~/.cache/greenclip/history",
|
|
staticHistoryPath = "~/.cache/greenclip/staticHistory",
|
|
imageCachePath = "/tmp/greenclip/",
|
|
usePrimarySelectionAsInput = False,
|
|
blacklistedApps = [],
|
|
trimSpaceFromSelection = True
|
|
}
|