From 7277303452f8b4c3bea47de7b2b382e9410a01c7 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 24 Jun 2023 15:27:53 -0400 Subject: [PATCH] ENH make greenclip limit what gets saved --- dot_config/greenclip.toml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/greenclip.toml.tmpl b/dot_config/greenclip.toml.tmpl index a27e251..30ae862 100644 --- a/dot_config/greenclip.toml.tmpl +++ b/dot_config/greenclip.toml.tmpl @@ -4,7 +4,7 @@ image_cache_directory = "/tmp/greenclip/" history_file = "{{ .paths.cache }}/greenclip.history" max_history_length = 100000 - max_selection_size_bytes = 0 + max_selection_size_bytes = 10000 static_history = [] trim_space_from_selection = true use_primary_selection_as_input = false