From 464b322653a76241b6bd41d7c7c22dceb71d69dc Mon Sep 17 00:00:00 2001 From: TheMorc Date: Sun, 7 Mar 2021 20:23:55 +0100 Subject: [PATCH] MLVWM: change the default font size from 14 to 12 --- mlvwm/mlvwm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mlvwm/mlvwm.h b/mlvwm/mlvwm.h index 5739634..0b5de52 100644 --- a/mlvwm/mlvwm.h +++ b/mlvwm/mlvwm.h @@ -178,9 +178,9 @@ extern Atom _XA_WM_DESKTOP; extern void Done( int, char * ); #ifdef USE_LOCALE -#define DEFAULTFS "-adobe-*-*-r-*-*-14-*-*-*-p-*-*-*,\ +#define DEFAULTFS "-adobe-*-*-r-*-*-12-*-*-*-p-*-*-*,\ -*-*-*-r-*-*-14-*-*-*-*-*-*-*" #else -#define DEFAULTFONT "-adobe-*-*-r-*-*-14-*-*-*-p-*-*-*" +#define DEFAULTFONT "-adobe-*-*-r-*-*-12-*-*-*-p-*-*-*" #endif #endif