diff options
Diffstat (limited to '.config/greenclip.toml')
-rw-r--r-- | .config/greenclip.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/greenclip.toml b/.config/greenclip.toml new file mode 100644 index 0000000..9343a4e --- /dev/null +++ b/.config/greenclip.toml @@ -0,0 +1,11 @@ + +[greenclip] + blacklisted_applications = [] + enable_image_support = true + history_file = "/home/adam/.cache/greenclip.history" + image_cache_directory = "/tmp/greenclip" + max_history_length = 20 + max_selection_size_bytes = 0 + static_history = [] + trim_space_from_selection = true + use_primary_selection_as_input = false |