From c4109a654971faffa9020bb6d3ed395031af49a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Sun, 15 Jan 2023 13:20:50 +0100 Subject: [PATCH] greenclip: fix --- dot_config/greenclip.toml.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 = []