From 82b712fdf71f4e019978306efc35293f76694993 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Thu, 10 Sep 2009 09:44:21 +0200 Subject: closing bars when unfocusing them. --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index e1d2f50..3338c9a 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,7 @@ /* modifier 0 means no modifier */ static gchar *progress = "#FF0000"; static gchar *progress_trust = "#00FF00"; +static gchar *background = "#000000"; #define MODKEY GDK_CONTROL_MASK static Key keys[] = { /* modifier keyval function arg Focus */ -- cgit v1.2.3