mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
change clipboard history size
This commit is contained in:
parent
072cfe947b
commit
6adeea69ce
@ -4,7 +4,7 @@
|
|||||||
enable_image_support = true
|
enable_image_support = true
|
||||||
history_file = "/home/grfreire/.cache/greenclip.history"
|
history_file = "/home/grfreire/.cache/greenclip.history"
|
||||||
image_cache_directory = "/tmp/greenclip"
|
image_cache_directory = "/tmp/greenclip"
|
||||||
max_history_length = 100
|
max_history_length = 1000
|
||||||
max_selection_size_bytes = 0
|
max_selection_size_bytes = 0
|
||||||
static_history = []
|
static_history = []
|
||||||
trim_space_from_selection = true
|
trim_space_from_selection = true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user