config: default values.

This commit is contained in:
Alastair Poole 2021-04-04 09:11:16 +01:00
parent 7303bf1427
commit 2145bdb91d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ _config_init()
cfg->proc.show_kthreads = 0;
cfg->proc.show_scroller = 1;
cfg->proc.transparent = 0;
cfg->proc.fields = 0xffffffff;
cfg->proc.fields = 0xffffe24f;
cfg->proc.alpha = 100;
return cfg;