netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=ae6d5c2d1533e92cf24dec3c6a52fd93395399a7
commit ae6d5c2d1533e92cf24dec3c6a52fd93395399a7 Author: Alastair Poole <nets...@gmail.com> Date: Mon Mar 29 07:45:17 2021 +0100 config: think about the normal people. --- src/bin/evisum_config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/evisum_config.c b/src/bin/evisum_config.c index 3be7196..4d73f02 100644 --- a/src/bin/evisum_config.c +++ b/src/bin/evisum_config.c @@ -53,6 +53,7 @@ _config_init() cfg->version = CONFIG_VERSION; cfg->proc.poll_delay = 3; cfg->proc.show_kthreads = 0; + cfg->proc.show_scroller = 1; cfg->proc.transparent = 0; cfg->proc.fields = 0xffffffff; cfg->proc.alpha = 100; --