From 6adeea69cef8e9ae0dffb388477eafb6ef9fd870 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Sat, 18 Feb 2023 16:15:58 -0300 Subject: [PATCH] change clipboard history size --- .config/greenclip.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/greenclip.toml b/.config/greenclip.toml index 96e73c5..5fcdc10 100644 --- a/.config/greenclip.toml +++ b/.config/greenclip.toml @@ -4,7 +4,7 @@ enable_image_support = true history_file = "/home/grfreire/.cache/greenclip.history" image_cache_directory = "/tmp/greenclip" - max_history_length = 100 + max_history_length = 1000 max_selection_size_bytes = 0 static_history = [] trim_space_from_selection = true