From 1fe8489deda0f8efc407d7b05df0eedce452ffef Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 16 Jul 2020 10:47:28 +0200 Subject: config --- config.def.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 24bd5cb..bf62f52 100644 --- a/config.def.h +++ b/config.def.h @@ -65,7 +65,7 @@ static unsigned int blinktimeout = 800; /* * thickness of underline and bar cursors */ -static unsigned int cursorthickness = 2; +static unsigned int cursorthickness = 1; /* * bell volume. It must be a value between -100 and 100. Use 0 for disabling @@ -91,7 +91,7 @@ char *termname = "st-256color"; * * stty tabs */ -unsigned int tabspaces = 8; +unsigned int tabspaces = 4; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { @@ -189,9 +189,9 @@ ResourcePref resources[] = { { "color13", STRING, &colorname[13] }, { "color14", STRING, &colorname[14] }, { "color15", STRING, &colorname[15] }, - { "background", STRING, &colorname[256] }, - { "foreground", STRING, &colorname[257] }, - { "cursorColor", STRING, &colorname[258] }, + { "background", STRING, &colorname[258] }, + { "foreground", STRING, &colorname[259] }, + { "cursorColor", STRING, &colorname[256] }, { "termname", STRING, &termname }, { "shell", STRING, &shell }, { "minlatency", INTEGER, &minlatency }, -- cgit v1.2.3