diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-12-04 23:10:01 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-12-04 23:10:01 +0100 |
commit | a5ce141ab75a8cca2b97be2733cddcb879cacdad (patch) | |
tree | b639f632e39da1441d7a6a08f86db419276f723a /.config/greenclip.toml | |
parent | f7b741ada446538d695ec29fa2615f00d06a66da (diff) |
Increased max clipboard history length
Diffstat (limited to '.config/greenclip.toml')
-rw-r--r-- | .config/greenclip.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/greenclip.toml b/.config/greenclip.toml index 696a9b3..9343a4e 100644 --- a/.config/greenclip.toml +++ b/.config/greenclip.toml @@ -4,7 +4,7 @@ enable_image_support = true history_file = "/home/adam/.cache/greenclip.history" image_cache_directory = "/tmp/greenclip" - max_history_length = 10 + max_history_length = 20 max_selection_size_bytes = 0 static_history = [] trim_space_from_selection = true |