From 89d2c1b3c026aa00028e52c18131ea37f4fd6ac0 Mon Sep 17 00:00:00 2001 From: Flinner Yuu Date: Thu, 14 Nov 2024 16:22:22 +0300 Subject: [PATCH] feat: add greenclip --- greenclip/.config/greenclip.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 greenclip/.config/greenclip.toml diff --git a/greenclip/.config/greenclip.toml b/greenclip/.config/greenclip.toml new file mode 100644 index 0000000..4a09b1e --- /dev/null +++ b/greenclip/.config/greenclip.toml @@ -0,0 +1,11 @@ + +[greenclip] + blacklisted_applications = ["Qt Selection Owner for keepassxc"] # keepassxc + enable_image_support = true + history_file = "/home/lambda/.cache/greenclip.history" + image_cache_directory = "/tmp/greenclip" + max_history_length = 50 + max_selection_size_bytes = 0 + static_history = ["Greenclip has been updated to v4.1, update your new config file at ~/.config/greenclip.toml"] + trim_space_from_selection = true + use_primary_selection_as_input = false