diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-10-02 19:57:23 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-10-02 19:57:23 +0200 |
commit | b436f74ce94928b13cd6d52799d0e04403af14e2 (patch) | |
tree | 688c1fd418b5a0a18f43944444f6911ea7c634c2 /.config/greenclip.toml | |
parent | 8b053433850a51fdf46dc23698e4f3e5e85b1b9e (diff) |
setup neovim
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 9343a4e..696a9b3 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 = 20 + max_history_length = 10 max_selection_size_bytes = 0 static_history = [] trim_space_from_selection = true |