greenclip: fix
This commit is contained in:
parent
4dc77ba136
commit
c4109a6549
1 changed files with 3 additions and 2 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Reference in a new issue