summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorAdam <adam.moloney.stuck@gmail.com>2021-12-04 23:10:01 +0100
committeradamstuck <adam.moloney.stuck@gmail.com>2021-12-04 23:26:08 +0100
commite3dfe28d277532e5fdfbc088640e07c98cfaedf6 (patch)
treebc607ffdf31fa76533e7e3637ba9a9deab698662 /.config
parent20f5256ed4978a2ad6acbc7a7e5bb1ce2520ee17 (diff)
Increased max clipboard history length
Diffstat (limited to '.config')
-rw-r--r--.config/greenclip.toml2
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