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";