diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-02-10 17:21:02 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-02-10 17:21:02 +0100 |
commit | f5bfa692f713bc25ef9b6daa0e4ab30bcef3de98 (patch) | |
tree | 7b42b3f7e5e39af95b332bdf398535ff8d611d19 /.config/greenclip.toml | |
parent | 46b1fe4ddd9b39d6cd952aa9cee4c5377eb943e5 (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 |