diff options
author | Adam Stück <adam.moloney.stuck@gmail.com> | 2021-08-02 17:19:43 +0200 |
---|---|---|
committer | Adam Stück <adam.moloney.stuck@gmail.com> | 2021-08-02 17:19:43 +0200 |
commit | b8df737ff754769fbd192083495ea0a58efc1dc4 (patch) | |
tree | 62959adfdf87e3411d7804352ca3aaf3666b68ae /.config/greenclip.toml | |
parent | b1e97ffa5f26d0ee5f5cb4fce2b2d1de7914802e (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 |