commit f57a37dba8ebd69b9dab83a32266eef1bb7c7814
parent 540a52b469e327266a889d610f13db8d7a0ee7d4
Author: Matsuda Kenji <info@mtkn.jp>
Date: Tue, 7 Mar 2023 19:32:09 +0900
change compiler, change font
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -3,6 +3,7 @@
include config.mk
+CC = tcc
SRC = drw.c dmenu.c stest.c util.c
OBJ = $(SRC:.c=.o)
diff --git a/config.h b/config.h
@@ -4,7 +4,8 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
- "monospace:size=7",
+ "DejaVu Sans Mono:size=7",
+ "Noto Serif CJK JP:size=7",
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {