diff --git a/dot_config/greenclip.toml.tmpl b/dot_config/greenclip.toml.tmpl index 8b93d59..f23db44 100644 --- a/dot_config/greenclip.toml.tmpl +++ b/dot_config/greenclip.toml.tmpl @@ -1,9 +1,10 @@ [greenclip] blacklisted_applications = [] enable_image_support = true -history_file = "{{.chezmoi.homeDir}}/.cache/greenclip.history" -image_cache_directory = "/tmp/greenclip" +history_file = "{{ .chezmoi.homeDir }}/.cache/greenclip/greenclip.history" +image_cache_directory = "{{ .chezmoi.homeDir }}/.cache/greenclip/image_cache" max_history_length = 50 max_selection_size_bytes = 2000 trim_space_from_selection = true use_primary_selection_as_input = false +static_history = []