From bc01d1511f8209a5ba92fc70100174778734ce2a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 23 Sep 2014 21:07:53 +0200 Subject: [PATCH] terminal: use a small minimal size Otherwise, we evilvte cannot be resized down... --- evilvte-config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/evilvte-config.h b/evilvte-config.h index 6280d79..3b971de 100644 --- a/evilvte-config.h +++ b/evilvte-config.h @@ -1,5 +1,6 @@ /* Use // to disable options */ +#define DEFAULT_TERMINAL_SIZE 2x2 #define BACKGROUND_SATURATION 0.15 #define BACKGROUND_OPACITY TRUE /* True transparent background */ #define BELL_AUDIBLE FALSE