From 8370f234a20043aeb30b18b168792285f19866c6 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mlvwm/mlvwm.h b/mlvwm/mlvwm.h index 5739634..5bb3a16 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-*-*-*,\ --*-*-*-r-*-*-14-*-*-*-*-*-*-*" +#define DEFAULTFS "-adobe-*-*-r-*-*-12-*-*-*-p-*-*-*,\ +-*-*-*-r-*-*-12-*-*-*-*-*-*-*" #else -#define DEFAULTFONT "-adobe-*-*-r-*-*-14-*-*-*-p-*-*-*" +#define DEFAULTFONT "-adobe-*-*-r-*-*-12-*-*-*-p-*-*-*" #endif #endif