From a320ccfcfff567f0f646480ad3e9056d9d394c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 5 Dec 2023 12:38:51 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + config.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4a46d79..a02c985 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.ccls-cache dwm *.o global.h diff --git a/config.h b/config.h index bfe8853..9d09b24 100644 --- a/config.h +++ b/config.h @@ -48,7 +48,7 @@ static int topbar = 1; /* 0 means bottom bar */ #if MYPC == DESKTOP || MYPC == T43 static char *fonts[] = { "monospace:size=10", "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; #else -static char *fonts[] = { "monospace:size=8", "NotoColorEmoji:pixelsize=8:antialias=true:autohint=true" }; +static char *fonts[] = { "monospace:size=12", "NotoColorEmoji:pixelsize=12:antialias=true:autohint=true" }; #endif static char normbgcolor[] = "#120f12"; static char normbordercolor[] = "#120f12";