From 4fc7a3f25825c982b314eab344e303d4bceba0bd Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Sun, 12 Jun 2022 18:28:09 -0300 Subject: [PATCH] add greenclip config --- .config/greenclip.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/greenclip.toml diff --git a/.config/greenclip.toml b/.config/greenclip.toml new file mode 100644 index 0000000..96e73c5 --- /dev/null +++ b/.config/greenclip.toml @@ -0,0 +1,11 @@ + +[greenclip] + blacklisted_applications = [] + enable_image_support = true + history_file = "/home/grfreire/.cache/greenclip.history" + image_cache_directory = "/tmp/greenclip" + max_history_length = 100 + max_selection_size_bytes = 0 + static_history = [] + trim_space_from_selection = true + use_primary_selection_as_input = false