This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository evisum.
View the commit online.
commit 3a91dbdad5859bc404ea7376f5f8ea0d87c93ec4
Author: Alastair Poole <m...@alastairpoole.com>
AuthorDate: Sat Mar 22 19:58:51 2025 +0000
config: set default fields.
List what I want to see. I think process state is mute.
If you want it it's all there.
---
src/bin/evisum_config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/evisum_config.c b/src/bin/evisum_config.c
index 19c9c09..e75f2a6 100644
--- a/src/bin/evisum_config.c
+++ b/src/bin/evisum_config.c
@@ -117,7 +117,7 @@ _config_init()
cfg->proc.show_kthreads = 0;
cfg->proc.show_statusbar = 0;
cfg->proc.transparent = 0;
- cfg->proc.fields = 0xffffe24f;
+ cfg->proc.fields = 0xffffc317;
cfg->proc.alpha = 100;
cfg->cpu.visual = strdup("default");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.