このコミットが含まれているのは:
守矢諏訪子 2023-12-05 12:38:51 +09:00
コミット a320ccfcff
2個のファイルの変更2行の追加1行の削除

1
.gitignore vendored
ファイルの表示

@ -1,3 +1,4 @@
.ccls-cache
dwm
*.o
global.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";