1
0
Fork 0

greenclip: fix

This commit is contained in:
Vladimír Dudr 2023-01-15 13:20:50 +01:00
parent 4dc77ba136
commit c4109a6549

View file

@ -1,9 +1,10 @@
[greenclip]
blacklisted_applications = []
enable_image_support = true
history_file = "{{.chezmoi.homeDir}}/.cache/greenclip.history"
image_cache_directory = "/tmp/greenclip"
history_file = "{{ .chezmoi.homeDir }}/.cache/greenclip/greenclip.history"
image_cache_directory = "{{ .chezmoi.homeDir }}/.cache/greenclip/image_cache"
max_history_length = 50
max_selection_size_bytes = 2000
trim_space_from_selection = true
use_primary_selection_as_input = false
static_history = []