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]
|
[greenclip]
|
||||||
blacklisted_applications = []
|
blacklisted_applications = []
|
||||||
enable_image_support = true
|
enable_image_support = true
|
||||||
history_file = "{{.chezmoi.homeDir}}/.cache/greenclip.history"
|
history_file = "{{ .chezmoi.homeDir }}/.cache/greenclip/greenclip.history"
|
||||||
image_cache_directory = "/tmp/greenclip"
|
image_cache_directory = "{{ .chezmoi.homeDir }}/.cache/greenclip/image_cache"
|
||||||
max_history_length = 50
|
max_history_length = 50
|
||||||
max_selection_size_bytes = 2000
|
max_selection_size_bytes = 2000
|
||||||
trim_space_from_selection = true
|
trim_space_from_selection = true
|
||||||
use_primary_selection_as_input = false
|
use_primary_selection_as_input = false
|
||||||
|
static_history = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue