ENH make greenclip limit what gets saved
This commit is contained in:
parent
b9d41b1567
commit
7277303452
|
@ -4,7 +4,7 @@
|
||||||
image_cache_directory = "/tmp/greenclip/"
|
image_cache_directory = "/tmp/greenclip/"
|
||||||
history_file = "{{ .paths.cache }}/greenclip.history"
|
history_file = "{{ .paths.cache }}/greenclip.history"
|
||||||
max_history_length = 100000
|
max_history_length = 100000
|
||||||
max_selection_size_bytes = 0
|
max_selection_size_bytes = 10000
|
||||||
static_history = []
|
static_history = []
|
||||||
trim_space_from_selection = true
|
trim_space_from_selection = true
|
||||||
use_primary_selection_as_input = false
|
use_primary_selection_as_input = false
|
||||||
|
|
Loading…
Reference in New Issue