config: "sane" defaults.

First impressions...don't scare...them...users.
This commit is contained in:
Alastair Poole 2021-03-28 10:09:51 +01:00
parent 6a904cebf7
commit 0fa5d7c75d
2 changed files with 3 additions and 3 deletions

View File

@ -51,8 +51,8 @@ _config_init()
{
Evisum_Config *cfg = calloc(1, sizeof(Evisum_Config));
cfg->version = CONFIG_VERSION;
cfg->proc.poll_delay = 3;
cfg->proc.show_kthreads = 1;
cfg->proc.poll_delay = 1;
cfg->proc.show_kthreads = 0;
cfg->proc.transparent = 0;
cfg->proc.fields = 0xffffffff;
cfg->proc.alpha = 100;

View File

@ -13,7 +13,7 @@
#define _(STR) gettext(STR)
#define EVISUM_WIN_WIDTH 800
#define EVISUM_WIN_WIDTH 900
#define EVISUM_WIN_HEIGHT 600
typedef struct _Evisum_Ui