diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-02 17:19:43 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-02 17:19:43 +0200 |
commit | 56450294e23e957dbb1a9b774aaba93607040c1a (patch) | |
tree | 62959adfdf87e3411d7804352ca3aaf3666b68ae /.config/greenclip.toml | |
parent | 4c4ef73460f3278a2b3c7aecebf9c6b2c53cf824 (diff) |
Added the rest of my dotfiles
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 |