This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 84986c477548d17c1fec17ae038b11f1b6697148
Author: Carsten Haitzler <[email protected]>
AuthorDate: Mon Jan 12 07:38:00 2026 +0000
clipboard - change default history to 10 - popup not so huge
---
src/modules/clipboard/e_mod_config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/clipboard/e_mod_config.c b/src/modules/clipboard/e_mod_config.c
index 2d48c7b8b..5b7b90757 100644
--- a/src/modules/clipboard/e_mod_config.c
+++ b/src/modules/clipboard/e_mod_config.c
@@ -222,7 +222,7 @@ conifg_new_limit(void)
clip_cfg->clip_copy = 1;
clip_cfg->clip_select = 1;
clip_cfg->hist_reverse = 0;
- clip_cfg->hist_items = 20;
+ clip_cfg->hist_items = 10;
clip_cfg->label_length = 50;
}
E_CONFIG_LIMIT(clip_cfg->hist_items, HIST_MIN, HIST_MAX);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.