change clipboard history size

This commit is contained in:
Guilherme Rugai Freire 2023-02-18 16:15:58 -03:00
parent 072cfe947b
commit 6adeea69ce
No known key found for this signature in database
GPG Key ID: C246288AC51220BC

View File

@ -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