diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-02-10 17:21:02 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-02-11 08:38:59 +0100 |
commit | 92118c1e49f4c2247eebe427be713a8dd8687d7b (patch) | |
tree | aef606bda1b88073c5c2a8c4cc2832b33a684c91 /.config/greenclip.toml | |
parent | bbd43ce94a9589a56919947838103036e7905270 (diff) |
auto-delete clipboard history
Diffstat (limited to '.config/greenclip.toml')
-rw-r--r-- | .config/greenclip.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/greenclip.toml b/.config/greenclip.toml index 9343a4e..be80974 100644 --- a/.config/greenclip.toml +++ b/.config/greenclip.toml @@ -2,9 +2,9 @@ [greenclip] blacklisted_applications = [] enable_image_support = true - history_file = "/home/adam/.cache/greenclip.history" + history_file = "/tmp/greenclip.history" image_cache_directory = "/tmp/greenclip" - max_history_length = 20 + max_history_length = 10 max_selection_size_bytes = 0 static_history = [] trim_space_from_selection = true |